change dbuser to root for ease of development

This commit is contained in:
2025-10-29 12:47:53 +01:00
parent 5333c070b9
commit 900b15aee2

View File

@@ -1,7 +1,7 @@
spring.application.name=timekeep-backend
spring.jpa.hibernate.ddl-auto=update
spring.datasource.url=jdbc:mysql://localhost:3306/jpa
spring.datasource.username=myuser
spring.datasource.password=secret
spring.datasource.username=root
spring.datasource.password=verysecret
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.show-sql= true