ruoyi-admin/src/main/resources/application.yml
@@ -75,10 +75,6 @@ restart: # 热部署开关 enabled: true mvc: pathmatch: # 适配 boot 2.6 路由与 springfox 兼容 matching-strategy: ANT_PATH_MATCHER jackson: # 日期格式化 date-format: yyyy-MM-dd HH:mm:ss @@ -262,9 +258,9 @@ endpoints: web: exposure: # 需要开放的端点。默认值只打开 health 和 info 两个端点。通过设置 * ,可以开放所有端点。 # 生产环境不建议放开所有 根据项目需求放开即可 include: @endpoints.include@ include: '*' endpoint: health: show-details: ALWAYS logfile: external-file: ./logs/sys-console.log