Skip to content

Commit f9af79e

Browse files
committed
Updated database name
1 parent 7a578a1 commit f9af79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
spring:
22
datasource:
3-
url: jdbc:mysql://localhost:13306/BOOK_DB?serverTimezone=UTC&cachePrepStmts=true&useServerPrepStmts=true&rewriteBatchedStatements=true
3+
url: jdbc:mysql://localhost:13306/book_db?serverTimezone=UTC&cachePrepStmts=true&useServerPrepStmts=true&rewriteBatchedStatements=true
44
username: root
55
password: zZijbfa64LnL2quYCFyH5jcRn2f3iUNLSrfRwiX3
66
jpa:

0 commit comments

Comments
 (0)