diff spring-boot-playground/src/main/resources/application.properties @ 6:d57d0c6a841b

Einbau von liquibase zum Erzeugen des Schemas
author Dirk Olmes <dirk.olmes@codedo.de>
date Thu, 13 Aug 2020 16:18:20 +0200
parents
children 5870f5695e43
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/spring-boot-playground/src/main/resources/application.properties	Thu Aug 13 16:18:20 2020 +0200
@@ -0,0 +1,3 @@
+spring.datasource.url = jdbc:h2:~/unittest;AUTO_SERVER=true
+
+spring.liquibase.changelog = classpath:liquibase/changelog.xml