From f3d0bf6c2697d8a79059bbba5eb9af7e92d7208d Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期三, 13 五月 2020 21:11:14 +0800
Subject: [PATCH] 更换IP地址查询接口

---
 ruoyi/src/main/resources/application.yml |   24 ++++++++++++++++++++----
 1 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/ruoyi/src/main/resources/application.yml b/ruoyi/src/main/resources/application.yml
index a1f653d..8de79e7 100644
--- a/ruoyi/src/main/resources/application.yml
+++ b/ruoyi/src/main/resources/application.yml
@@ -3,7 +3,7 @@
   # 鍚嶇О
   name: RuoYi
   # 鐗堟湰
-  version: 1.1.0
+  version: 2.2.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:
@@ -27,7 +27,6 @@
     max-threads: 800
     # Tomcat鍚姩鍒濆鍖栫殑绾跨▼鏁帮紝榛樿鍊�25
     min-spare-threads: 30
-
 
 # 鏃ュ織閰嶇疆
 logging:
@@ -61,6 +60,8 @@
     host: localhost
     # 绔彛锛岄粯璁や负6379
     port: 6379
+    # 瀵嗙爜
+    password: 
     # 杩炴帴瓒呮椂鏃堕棿
     timeout: 10s
     lettuce:
@@ -99,6 +100,10 @@
   supportMethodsArguments: true
   params: count=countSql 
 
+# Swagger閰嶇疆
+swagger:
+  enable: true
+
 # 闃叉XSS鏀诲嚮
 xss: 
   # 杩囨护寮�鍏�
@@ -106,4 +111,15 @@
   # 鎺掗櫎閾炬帴锛堝涓敤閫楀彿鍒嗛殧锛�
   excludes: /system/notice/*
   # 鍖归厤閾炬帴
-  urlPatterns: /system/*,/monitor/*,/tool/*
\ No newline at end of file
+  urlPatterns: /system/*,/monitor/*,/tool/*
+  
+# 浠g爜鐢熸垚
+gen: 
+  # 浣滆��
+  author: ruoyi
+  # 榛樿鐢熸垚鍖呰矾寰� system 闇�鏀规垚鑷繁鐨勬ā鍧楀悕绉� 濡� system monitor tool
+  packageName: com.ruoyi.project.system
+  # 鑷姩鍘婚櫎琛ㄥ墠缂�锛岄粯璁ゆ槸true
+  autoRemovePre: false
+  # 琛ㄥ墠缂�锛堢敓鎴愮被鍚嶄笉浼氬寘鍚〃鍓嶇紑锛屽涓敤閫楀彿鍒嗛殧锛�
+  tablePrefix: sys_
\ No newline at end of file

--
Gitblit v1.9.3