mirror of
https://github.com/PaulReichmuth/timekeep-backend.git
synced 2025-12-22 14:41:57 +00:00
change dbuser to root for ease of development
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user