Skip to content

Commit

Permalink
Update application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bb2002 authored May 14, 2024
1 parent b87a69a commit b916c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
url: "jdbc:mysql://43.201.37.133:3306/DB202111987?autoReconnect=true&useUnicode=true&serverTimezone=Asia/Seoul&characterEncoding=utf8"
username: user202111987
password: !mynameis202111987
password: "!mynameis202111987"
jpa:
database: mysql
hibernate:
Expand Down

0 comments on commit b916c77

Please sign in to comment.