We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b17f98 commit 411ad0fCopy full SHA for 411ad0f
src/main/resources/application-dev.yml
src/main/resources/application.yml
@@ -86,14 +86,14 @@ spring:
86
on-profile: dev
87
88
datasource:
89
- url: ${mysql.url}
90
- username: ${mysql.username}
91
- password: ${mysql.password}
+ url: jdbc:mysql://localhost:3307/log4u
+ username: dev
+ password: devcos4-team08
92
driver-class-name: com.mysql.cj.jdbc.Driver
93
94
jpa:
95
hibernate:
96
- ddl-auto: update
+ ddl-auto: create
97
98
security:
99
oauth2:
0 commit comments