This commit is contained in:
itheinjury@163.com
2022-02-17 13:58:16 +08:00
parent f280ab88ec
commit 2f3e2a5ae8
7 changed files with 90 additions and 95 deletions

View File

@@ -1,7 +1,8 @@
# 应用程序名称
spring.application.name=SpringBootAdmin
# 应用程序端口
server.port=8000
#server.port=8000
server.port=30000
management.endpoints.web.exposure.include=*
management.endpoint.health.show-details=always
#账号密码
@@ -16,5 +17,6 @@ spring.mail.username=1814994716@qq.com
spring.mail.password=abcdefg123456!@#$%^
# 日志文件路径
logging.file.path=lili-logs/admin
lili.data.logstash.server=192.168.2.122:4560
# 文件格式
logging.pattern.file=%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr(${PID}){magenta} %clr(---){faint} %clr([%15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n%wEx