blob: 9308846d4865c05bda1406290f4c6ab5080f0bb4 [file] [log] [blame]
#
# Recommend use for configuration that changes between environments.
#
# To override externally, see Spring Boot docs
# https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-external-config
#
# See also /application.yml
#
spring.flyway.enabled=false
spring.datasource.platform=h2
spring.datasource.url=jdbc:h2:mem:simple
spring.datasource.driver-class-name=org.h2.Driver
isis.persistence.schema.create-schema-sql-template=CREATE SCHEMA IF NOT EXISTS %S
isis.persistence.schema.auto-create-schemas=SIMPLE
# uncomment to run during bootstrap
isis.testing.fixtures.initial-script = domainapp.webapp.application.fixture.scenarios.DomainAppDemo