Skip to content

Commit

Permalink
Refactor: db
Browse files Browse the repository at this point in the history
  • Loading branch information
mukhoplus committed Oct 2, 2023
1 parent 081b352 commit 7021f19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
server.port=8080
spring.datasource.url=jdbc:mysql://localhost:3306/rank_system?characterEncoding=UTF-8&serverTimezone=Asia/Seoul
spring.datasource.url=jdbc:mysql://34.83.157.18:3306/rank_system?characterEncoding=UTF-8&serverTimezone=Asia/Seoul
spring.datasource.username=mukho
spring.datasource.password=mukho123!@
spring.pa.hibernate.ddl-auto=none

0 comments on commit 7021f19

Please sign in to comment.