diff --git a/admin/src/main/resources/application.properties b/admin/src/main/resources/application.properties index b9c048dfa..fb11be42f 100644 --- a/admin/src/main/resources/application.properties +++ b/admin/src/main/resources/application.properties @@ -1,8 +1,7 @@ # 应用程序名称 spring.application.name=SpringBootAdmin # 应用程序端口 -#server.port=8000 -server.port=30000 +server.port=8000 management.endpoints.web.exposure.include=* management.endpoint.health.show-details=always #账号密码 diff --git a/buyer-api/src/main/resources/application.yml b/buyer-api/src/main/resources/application.yml index a1c154931..e09b5768d 100644 --- a/buyer-api/src/main/resources/application.yml +++ b/buyer-api/src/main/resources/application.yml @@ -1,6 +1,5 @@ server: -# port: 8885 - port: 30001 + port: 8885 servlet: context-path: / # @@ -35,7 +34,7 @@ spring: boot: admin: client: - url: http://127.0.0.1:30000 + url: http://127.0.0.1:8000 # 文件大小上传配置 servlet: multipart: @@ -201,7 +200,7 @@ jasypt: lili: system: - isDemoSite: true + isDemoSite: false statistics: # 在线人数统计 X 小时。这里设置48,即统计过去48小时每小时在线人数 onlineMember: 48 diff --git a/buyer-api/src/test/resources/application.yml b/buyer-api/src/test/resources/application.yml index eae998e8b..9da6fb8dc 100644 --- a/buyer-api/src/test/resources/application.yml +++ b/buyer-api/src/test/resources/application.yml @@ -24,7 +24,7 @@ spring: boot: admin: client: - url: http://127.0.0.1:30000 + url: http://127.0.0.1:8000 # mongodb data: mongodb: diff --git a/common-api/src/main/resources/application.yml b/common-api/src/main/resources/application.yml index 036362cbb..0fa3f723d 100644 --- a/common-api/src/main/resources/application.yml +++ b/common-api/src/main/resources/application.yml @@ -1,6 +1,5 @@ server: -# port: 8890 - port: 30002 + port: 8890 servlet: context-path: / @@ -28,7 +27,7 @@ spring: boot: admin: client: - url: http://127.0.0.1:30000 + url: http://127.0.0.1:8000 cache: type: redis # Redis