Skip to content

Commit 8910f7a

Browse files
committed
config hibernate not to update!
1 parent a9c756c commit 8910f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-first-development-service/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
spring.liquibase.change-log=classpath:/db/changelog/db.changelog-master.xml
22
spring.liquibase.enabled=true
33

4-
spring.jpa.hibernate.ddl-auto=update
4+
spring.jpa.hibernate.ddl-auto=none
55
spring.datasource.url=jdbc:mysql://localhost:${DB_PORT}/${DB_URL}?createDatabaseIfNotExist=true&useSSL=true
66
spring.datasource.username=${DB_USER}
77
spring.datasource.password=${DB_PASSWORD}

0 commit comments

Comments
 (0)