Skip to content

Commit

Permalink
fixed mysql user problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Handke committed Jul 3, 2024
1 parent db16cbe commit 1a99651
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@



spring.datasource.url=jdbc:mysql://${MYSQL_USER}:${MYSQL_PASSWORD}@mysql-2cfd3f0b-kickevent.g.aivencloud.com:13138/defaultdb?ssl-mode=REQUIRED

spring.datasource.url=jdbc:mysql://mysql-2cfd3f0b-kickevent.g.aivencloud.com:13138/defaultdb?ssl-mode=REQUIRED
spring.datasource.username=${MYSQL_USER}
spring.datasource.password=${MYSQL_PASSWORD}
spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
spring.jpa.hibernate.ddl-auto=update
server.port=13138
Expand Down

0 comments on commit 1a99651

Please sign in to comment.