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