13693261870
6 天以前 7d03fd7d726469278b5bd1b379f0303fa55b7c3e
se-system/src/main/resources/application-prod.yml
@@ -85,6 +85,23 @@
mybatis-plus:
  type-aliases-package: com.terra.system.entity
  mapper-locations: classpath:mapper/**/*.xml
# springdoc配置
springdoc:
  gatewayUrl: /${spring.application.name}
  api-docs:
    # 是否开启接口文档
    enabled: true
  info:
    # 标题
    title: '系统模块接口文档'
    # 描述
    description: '系统模块接口描述'
    # 作者信息
    contact:
      name: wuww
      url: https://www.smartearth.cn/
# logging
logging:
@@ -99,8 +116,6 @@
# 系统配置
sys:
  # 启用swagger
  swaggerEnable: true
  # 自动查询
  autoQuery: 0
  # 管理员ID