se-collect/src/main/resources/application-prod.yml
@@ -67,6 +67,23 @@ mybatis-plus: config-location: classpath:mybatis.xml 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: config: classpath:logback.xml