File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# uncomment for init database (first start)
2- # spring.datasource.initialize=true
2+ # spring.datasource.initialization-mode=always
33# spring.datasource.schema=classpath*:db/mysql/initDB.sql
44# spring.datasource.data=classpath*:db/mysql/populateDB.sql
55
@@ -13,4 +13,4 @@ spring.jpa.database=MYSQL
1313spring.jpa.database-platform =org.hibernate.dialect.MySQLDialect
1414spring.jpa.hibernate.ddl-auto =none
1515# ----------------------------------------------------------------
16- # MySQL config end
16+ # MySQL config end
Original file line number Diff line number Diff line change 11# uncomment for init database (first start)
2- # spring.datasource.initialize=true
2+ # spring.datasource.initialization-mode=always
33# spring.datasource.schema=classpath*:db/postgresql/initDB.sql
44# spring.datasource.data=classpath*:db/postgresql/populateDB.sql
55
@@ -13,4 +13,4 @@ spring.jpa.database=POSTGRESQL
1313spring.jpa.database-platform =org.hibernate.dialect.PostgreSQLDialect
1414spring.jpa.hibernate.ddl-auto =none
1515# ----------------------------------------------------------------
16- # PostgreSQL config end
16+ # PostgreSQL config end
You can’t perform that action at this time.
0 commit comments