Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Unverified Commit f97f1d44 authored by Antoine Rey's avatar Antoine Rey Committed by GitHub
Browse files

Merge pull request #44 from mpbauer/fix/replace-deprecated-spring-data-source-initialize-prop

Replace deprecated property 'spring.datasource.initialize'
parents 151b3060 264e7684
Branches
Tags v2.4.2
No related merge requests found
# uncomment for init database (first start)
#spring.datasource.initialize=true
#spring.datasource.initialization-mode=always
#spring.datasource.schema=classpath*:db/mysql/initDB.sql
#spring.datasource.data=classpath*:db/mysql/populateDB.sql
......@@ -13,4 +13,4 @@ spring.jpa.database=MYSQL
spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
spring.jpa.hibernate.ddl-auto=none
#----------------------------------------------------------------
# MySQL config end
\ No newline at end of file
# MySQL config end
# uncomment for init database (first start)
#spring.datasource.initialize=true
#spring.datasource.initialization-mode=always
#spring.datasource.schema=classpath*:db/postgresql/initDB.sql
#spring.datasource.data=classpath*:db/postgresql/populateDB.sql
......@@ -13,4 +13,4 @@ spring.jpa.database=POSTGRESQL
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.hibernate.ddl-auto=none
#----------------------------------------------------------------
# PostgreSQL config end
\ No newline at end of file
# PostgreSQL config end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment