diff spring-boot-playground/src/test/resources/application.properties @ 8:7ce4367b50bc

Ein echter Unit Test, der eine in-memory H2 als Teil vom Test startet, das Schema mit liquibase erzeugt und nach dem Test wieder stoppt. Das alles ohne die Web Controller zu starten.
author Dirk Olmes <dirk.olmes@codedo.de>
date Thu, 13 Aug 2020 16:51:05 +0200
parents
children 5870f5695e43
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/spring-boot-playground/src/test/resources/application.properties	Thu Aug 13 16:51:05 2020 +0200
@@ -0,0 +1,1 @@
+spring.datasource.url = jdbc:h2:mem: