Spring Boot 2.0 (#721)
* Migration to Boot 2.0. Signed-off-by: Kai Zimmermann <kai.zimmermann@microsoft.com>
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
# http://www.eclipse.org/legal/epl-v10.html
|
||||
#
|
||||
|
||||
spring.main.allow-bean-definition-overriding=true
|
||||
|
||||
### JPA / Datasource - START
|
||||
spring.jpa.database=H2
|
||||
spring.jpa.show-sql=false
|
||||
@@ -17,8 +19,9 @@ spring.jpa.properties.eclipselink.logging.level=off
|
||||
spring.datasource.eclipselink.query-results-cache=false
|
||||
spring.datasource.eclipselink.cache.shared.default=false
|
||||
# Flyway DDL
|
||||
flyway.enabled=true
|
||||
flyway.initOnMigrate=true
|
||||
flyway.cleanDisabled=true
|
||||
flyway.sqlMigrationSuffix=${spring.jpa.database}.sql
|
||||
spring.flyway.enabled=true
|
||||
spring.flyway.init-on-migrate=true
|
||||
spring.flyway.clean-disabled=true
|
||||
spring.flyway.sql-migration-suffixes=${spring.jpa.database}.sql
|
||||
spring.flyway.table=schema_version
|
||||
### JPA / Datasource - END
|
||||
|
||||
Reference in New Issue
Block a user