We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 616b4cb commit 42d4ec5Copy full SHA for 42d4ec5
src/main/resources/application-dev.yml
@@ -1,6 +1,6 @@
1
spring:
2
datasource:
3
- url: jdbc:mysql://localhost:3306/intro
+ url: jdbc:mysql://db:3306/intro?serverTimezone=UTC&allowPublicKeyRetrieval=true&useSSL=false
4
username: ${DB_USER}
5
password: ${DB_PASSWORD}
6
driver-class-name: com.mysql.cj.jdbc.Driver
0 commit comments