We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05c401 commit 08ce7e2Copy full SHA for 08ce7e2
spring-boot-samples/spring-boot-sample-actuator/src/main/resources/application.properties
@@ -1,15 +1,14 @@
1
+service.name=Phil
2
+
3
# logging.file=/tmp/logs/app.log
4
# logging.level.org.springframework.security=DEBUG
5
management.address=127.0.0.1
6
-management.info.build.mode=full
-
7
endpoints.shutdown.enabled=true
8
server.tomcat.basedir=target/tomcat
9
-server.tomcat.access_log_enabled=true
10
-server.tomcat.access_log_pattern=%h %t "%r" %s %b
11
-security.require_ssl=false
12
-service.name=Phil
+server.tomcat.accesslog.enabled=true
+server.tomcat.accesslog.pattern=%h %t "%r" %s %b
+security.require-ssl=false
13
#spring.jackson.serialization.INDENT_OUTPUT=true
14
spring.jmx.enabled=true
15
0 commit comments