mirror of
https://github.com/PaulReichmuth/timekeep-backend.git
synced 2025-12-22 22:41:59 +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.application.name=timekeep-backend
|
||||||
spring.jpa.hibernate.ddl-auto=update
|
spring.jpa.hibernate.ddl-auto=update
|
||||||
spring.datasource.url=jdbc:mysql://localhost:3306/jpa
|
spring.datasource.url=jdbc:mysql://localhost:3306/jpa
|
||||||
spring.datasource.username=myuser
|
spring.datasource.username=root
|
||||||
spring.datasource.password=secret
|
spring.datasource.password=verysecret
|
||||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||||
spring.jpa.show-sql= true
|
spring.jpa.show-sql= true
|
||||||
|
|||||||
Reference in New Issue
Block a user