view spring-boot-playground/src/main/resources/application.properties @ 16:4217059d40e8

Test zum Empfang einer ganzen JMS Message, nicht nur der Payload
author Dirk Olmes <dirk.olmes@codedo.de>
date Thu, 10 Sep 2020 09:32:21 +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