Mercurial > hg > SpringPlayground
view spring-boot-playground/src/main/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 | d57d0c6a841b |
children | 5870f5695e43 |
line wrap: on
line source
spring.datasource.url = jdbc:h2:~/unittest;AUTO_SERVER=true spring.liquibase.changelog = classpath:liquibase/changelog.xml