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 7a578a1 commit f9af79eCopy full SHA for f9af79e
src/main/resources/application.yaml
@@ -1,6 +1,6 @@
1
spring:
2
datasource:
3
- url: jdbc:mysql://localhost:13306/BOOK_DB?serverTimezone=UTC&cachePrepStmts=true&useServerPrepStmts=true&rewriteBatchedStatements=true
+ url: jdbc:mysql://localhost:13306/book_db?serverTimezone=UTC&cachePrepStmts=true&useServerPrepStmts=true&rewriteBatchedStatements=true
4
username: root
5
password: zZijbfa64LnL2quYCFyH5jcRn2f3iUNLSrfRwiX3
6
jpa:
0 commit comments