platformx-boot/src/main/resources/application.yml
@@ -1,7 +1,7 @@ server: port: 8888 # 项目端口 servlet: context-path: /admin # 项目访问路径 context-path: /device # 项目访问路径 spring: application: @@ -23,6 +23,8 @@ allow-bean-definition-overriding: true # 允许覆盖bean定义 profiles: active: dev # 激活dev,对应 application-dev.yml redis: database: 5 ## spring security 对外暴露接口设置(不鉴权直接可访问)