From 5d5f955a3427b5e29162cf0fae3113d7668d22fe Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期三, 24 六月 2020 15:59:18 +0800
Subject: [PATCH] 修复头像上传成功二次打开无法改变裁剪框大小和位置问题

---
 ruoyi/src/main/resources/application.yml |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ruoyi/src/main/resources/application.yml b/ruoyi/src/main/resources/application.yml
index 8658f87..4e17bf1 100644
--- a/ruoyi/src/main/resources/application.yml
+++ b/ruoyi/src/main/resources/application.yml
@@ -3,7 +3,7 @@
   # 鍚嶇О
   name: RuoYi
   # 鐗堟湰
-  version: 2.2.0
+  version: 2.3.0
   # 鐗堟潈骞翠唤
   copyrightYear: 2019
   # 瀹炰緥婕旂ず寮�鍏�
@@ -11,7 +11,7 @@
   # 鏂囦欢璺緞 绀轰緥锛� Windows閰嶇疆D:/ruoyi/uploadPath锛孡inux閰嶇疆 /home/ruoyi/uploadPath锛�
   profile: D:/ruoyi/uploadPath
   # 鑾峰彇ip鍦板潃寮�鍏�
-  addressEnabled: true
+  addressEnabled: false
 
 # 寮�鍙戠幆澧冮厤缃�
 server:
@@ -100,6 +100,13 @@
   supportMethodsArguments: true
   params: count=countSql 
 
+# Swagger閰嶇疆
+swagger:
+  # 鏄惁寮�鍚痵wagger
+  enabled: true
+  # 璇锋眰鍓嶇紑
+  pathMapping: /dev-api
+
 # 闃叉XSS鏀诲嚮
 xss: 
   # 杩囨护寮�鍏�

--
Gitblit v1.9.3