Skip to content

Commit 10282ac

Browse files
Moving to a static string
1 parent c4b7ac5 commit 10282ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/resources/application.properties

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
2-
spring.datasource.url=${DB_CONNECTION_STRING}
2+
spring.datasource.url=jdbc:mysql://${DB_HOST}:${DB_PORT}/${DB_NAME}
33
spring.datasource.username=${DB_USER}
44
spring.datasource.password=${DB_PASS}
5-
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
65

76
## Hibernate Properties
87

0 commit comments

Comments
 (0)