zhubaomin
3 天以前 ff3d35c172c5cf5f3ebf8ed710643f8038c3675b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
logging:
    charset:
        console: UTF-8
    config:
        classpath: log4j2.yml
spring:
    devtools:
        livereload:
            enabled: false
 
#禁输出springboot标志信息
management:
    endpoints:
        info:
            enabled: false
        web:
            exposure:
                include: "*"