This commit is contained in:
itheinjury@163.com 2022-02-18 10:52:03 +08:00
parent dc3256566b
commit 1600f7cdab
4 changed files with 7 additions and 10 deletions

View File

@ -1,8 +1,7 @@
# 应用程序名称 # 应用程序名称
spring.application.name=SpringBootAdmin spring.application.name=SpringBootAdmin
# 应用程序端口 # 应用程序端口
#server.port=8000 server.port=8000
server.port=30000
management.endpoints.web.exposure.include=* management.endpoints.web.exposure.include=*
management.endpoint.health.show-details=always management.endpoint.health.show-details=always
#账号密码 #账号密码

View File

@ -1,6 +1,5 @@
server: server:
# port: 8885 port: 8885
port: 30001
servlet: servlet:
context-path: / context-path: /
# #
@ -35,7 +34,7 @@ spring:
boot: boot:
admin: admin:
client: client:
url: http://127.0.0.1:30000 url: http://127.0.0.1:8000
# 文件大小上传配置 # 文件大小上传配置
servlet: servlet:
multipart: multipart:
@ -201,7 +200,7 @@ jasypt:
lili: lili:
system: system:
isDemoSite: true isDemoSite: false
statistics: statistics:
# 在线人数统计 X 小时。这里设置48即统计过去48小时每小时在线人数 # 在线人数统计 X 小时。这里设置48即统计过去48小时每小时在线人数
onlineMember: 48 onlineMember: 48

View File

@ -24,7 +24,7 @@ spring:
boot: boot:
admin: admin:
client: client:
url: http://127.0.0.1:30000 url: http://127.0.0.1:8000
# mongodb # mongodb
data: data:
mongodb: mongodb:

View File

@ -1,6 +1,5 @@
server: server:
# port: 8890 port: 8890
port: 30002
servlet: servlet:
context-path: / context-path: /
@ -28,7 +27,7 @@ spring:
boot: boot:
admin: admin:
client: client:
url: http://127.0.0.1:30000 url: http://127.0.0.1:8000
cache: cache:
type: redis type: redis
# Redis # Redis