Set database updates to none
This commit is contained in:
parent
b381cf20d6
commit
cc5c8b3da1
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
spring.jpa.hibernate.ddl-auto=update
|
spring.jpa.hibernate.ddl-auto=none
|
||||||
spring.datasource.url=jdbc:mysql://localhost:3306/budget
|
spring.datasource.url=jdbc:mysql://localhost:3306/budget
|
||||||
spring.datasource.username=budget
|
spring.datasource.username=budget
|
||||||
spring.datasource.password=budget
|
spring.datasource.password=budget
|
||||||
|
|
Loading…
Reference in a new issue