annotate spring-boot-playground/src/test/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 5870f5695e43
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
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.
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff changeset
1 spring.datasource.url = jdbc:h2:mem:
9
5870f5695e43 Logging Konfiguration, damit der Test maximal still ist. Das Spring Logo ist jetzt auch deaktiviert.
Dirk Olmes <dirk.olmes@codedo.de>
parents: 8
diff changeset
2 spring.main.banner-mode = off