diff spring-cloud-config-client/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
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/spring-cloud-config-client/src/main/resources/application.properties	Thu Sep 17 17:25:15 2020 +0200
@@ -0,0 +1,7 @@
+#debug = true
+
+logging.pattern.console = %d{HH:mm:ss.SSS} %-5p [%10.10t] %c{1} : %m%n
+
+spring.application.name = foo
+
+spring.main.banner-mode = off