We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8bd205 commit 4053572Copy full SHA for 4053572
src/main/resources/application.yml
@@ -1,8 +1,8 @@
1
spring:
2
datasource:
3
url: jdbc:mysql://localhost:3306/blogapi?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=UTC
4
- username: root
5
- password: ??@@suhad@@??
+ username: ${DB_USERNAME}
+ password: ${DB_PASSWORD}
6
jpa:
7
hibernate:
8
ddl-auto: update
0 commit comments