Mercurial > hg > SpringPlayground
view spring-boot-playground/src/main/resources/application.properties @ 20:452cfefb0e1e default tip
Einfache Spring Application, die ihre config aus dem Spring Cloud Config Server liest
author | Dirk Olmes <dirk.olmes@codedo.de> |
---|---|
date | Thu, 17 Sep 2020 17:25:15 +0200 |
parents | 29e2e914c4cd |
children |
line wrap: on
line source
spring.datasource.url = jdbc:h2:./target/db/unittest;AUTO_SERVER=true spring.liquibase.changelog = classpath:liquibase/changelog.xml spring.main.banner-mode = off