view spring-boot-playground/src/main/resources/application.properties @ 7:0c3494137a82

Starte eine H2 web console auf port 8081 fuer besseres DB debugging.
author Dirk Olmes <dirk.olmes@codedo.de>
date Thu, 13 Aug 2020 16:28:20 +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