From 3834f60de8def04769733fae800f24d3674094ff Mon Sep 17 00:00:00 2001 From: yaowanxin <3588231647@qq.com> Date: 星期二, 26 八月 2025 13:06:05 +0800 Subject: [PATCH] 人力资源模块-文件配置 --- ruoyi-admin/src/main/resources/application.yml.example | 23 +++++++++++++++++++++-- 1 files changed, 21 insertions(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application.yml.example b/ruoyi-admin/src/main/resources/application.yml.example index 6d4220e..33a33b1 100644 --- a/ruoyi-admin/src/main/resources/application.yml.example +++ b/ruoyi-admin/src/main/resources/application.yml.example @@ -52,7 +52,7 @@ # 鍥介檯鍖栬祫婧愭枃浠惰矾寰� basename: i18n/messages profiles: - active: docker + active: druid # 鏂囦欢涓婁紶 servlet: multipart: @@ -67,7 +67,7 @@ enabled: false flyway: - enabled: true + enabled: false baseline-on-migrate: true baseline-version: 20230720000000 clean-disabled: true @@ -100,9 +100,25 @@ supportMethodsArguments: true params: count=countSql +knife4j: + enable: true + setting: + language: zh_cn + +aixin: + swagger: + title: fk寮�鍙戝钩鍙� + description: 鎻愪緵绠$悊鍚庡彴銆佺敤鎴� App 鐨勬墍鏈夊姛鑳� + version: ${ruoyi.version} + url: xxxx + email: qq.com + license: xxx + license-url: xxx + # Springdoc閰嶇疆 springdoc: api-docs: + enabled: true path: /v3/api-docs swagger-ui: enabled: true @@ -122,3 +138,6 @@ excludes: /system/notice # 鍖归厤閾炬帴 urlPatterns: /system/*,/monitor/*,/tool/* +file: + temp-dir: D:/Backup/妗岄潰/download/temp/uploads + upload-dir: D:/Backup/妗岄潰/download/prod/uploads -- Gitblit v1.9.3