Skip to content

Commit d84d220

Browse files
authored
Merge pull request #37 from Embula-Project/EP-1-Customer-Menu-Section
fix:properties change for username and password
2 parents 3e863dd + cfc573e commit d84d220

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
66

77

88
spring.datasource.url =${MYSQL_URL}
9-
spring.datasource.username= ${Username}
10-
spring.datasource.password=${Password}
9+
spring.datasource.username= ${USERNAME}
10+
spring.datasource.password=${PASSWORD}
1111

1212
#jpa vendor adapter configuration
1313
spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect

0 commit comments

Comments
 (0)