We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b462d commit ba6a4d0Copy full SHA for ba6a4d0
src/main/resources/application-dev.yml
@@ -1,7 +1,7 @@
1
spring:
2
datasource:
3
driver-class-name: com.mysql.cj.jdbc.Driver
4
- url: jdbc:mysql://${DB_ENDPOINT}/${DB_NAME}?useSSL=false&serverTimezone=UTC
+ url: jdbc:mysql://${DB_ENDPOINT}:3306/${DB_NAME}?useSSL=false&serverTimezone=UTC
5
username: playhive
6
password: ${DB_PASSWORD}
7
0 commit comments