We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b7ac5 commit 10282acCopy full SHA for 10282ac
src/main/resources/application.properties
@@ -1,8 +1,7 @@
1
## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
2
-spring.datasource.url=${DB_CONNECTION_STRING}
+spring.datasource.url=jdbc:mysql://${DB_HOST}:${DB_PORT}/${DB_NAME}
3
spring.datasource.username=${DB_USER}
4
spring.datasource.password=${DB_PASS}
5
-spring.datasource.driver-class-name=com.mysql.jdbc.Driver
6
7
## Hibernate Properties
8
0 commit comments