There was an error while loading. Please reload this page.
2 parents 3e863dd + cfc573e commit d84d220Copy full SHA for d84d220
1 file changed
src/main/resources/application.properties
@@ -6,8 +6,8 @@ spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
6
7
8
spring.datasource.url =${MYSQL_URL}
9
-spring.datasource.username= ${Username}
10
-spring.datasource.password=${Password}
+spring.datasource.username= ${USERNAME}
+spring.datasource.password=${PASSWORD}
11
12
#jpa vendor adapter configuration
13
spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
0 commit comments