We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66afe45 commit 9a59fa1Copy full SHA for 9a59fa1
spring-boot-modules/spring-boot-basic-customization-2/src/main/resources/application.properties
@@ -3,12 +3,4 @@ sample=string loaded from properties!
3
#startup time properties
4
spring.main.lazy-initialization=true
5
logging.level.org.springframework.boot.autoconfigure=ERROR
6
-spring.jmx.enabled=false
7
-
8
-#spring.banner.charset=UTF-8
9
-#spring.banner.location=classpath:banner.txt
10
-#spring.banner.image.location=classpath:banner.gif
11
-#spring.banner.image.width= //TODO
12
-#spring.banner.image.height= //TODO
13
-#spring.banner.image.margin= //TODO
14
-#spring.banner.image.invert= //TODO
+spring.jmx.enabled=false
0 commit comments