Skip to content

Commit 9a59fa1

Browse files
authored
1 parent 66afe45 commit 9a59fa1

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

spring-boot-modules/spring-boot-basic-customization-2/src/main/resources/application.properties

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,4 @@ sample=string loaded from properties!
33
#startup time properties
44
spring.main.lazy-initialization=true
55
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
6+
spring.jmx.enabled=false

0 commit comments

Comments
 (0)