From 5a423dfede4ee5caa88adf95ec52d35a85072321 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期三, 27 八月 2025 14:35:29 +0800
Subject: [PATCH] Merge branch 'feature/0826' into pim-jlmy
---
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