From d0ae279ff3b83358d1c07f4481a041c4ad335026 Mon Sep 17 00:00:00 2001
From: dangsn <dangsn@chicecm.com>
Date: 星期二, 03 十二月 2024 11:57:38 +0800
Subject: [PATCH] 提取业务系统使用的功能,独立出一个单独的模块

---
 Source/plt-web/plt-web-parent/plt-web/src/main/resources/application-dev.yml |   52 +++++++++++++++++++++++++++++++++-------------------
 1 files changed, 33 insertions(+), 19 deletions(-)

diff --git a/Source/plt-web/plt-web-parent/plt-web/src/main/resources/application-dev.yml b/Source/plt-web/plt-web-parent/plt-web/src/main/resources/application-dev.yml
index c541904..cd1ad31 100644
--- a/Source/plt-web/plt-web-parent/plt-web/src/main/resources/application-dev.yml
+++ b/Source/plt-web/plt-web-parent/plt-web/src/main/resources/application-dev.yml
@@ -6,7 +6,7 @@
   private-token-key: vciweb20210212
 ###tomcat鐩稿叧鐨勯厤缃�
 server:
-  port: 12005
+  port: 12000
   servlet:
     context-path: /web
   tomcat:
@@ -17,23 +17,6 @@
   level:
     com.vci: debug
   root: info
-###鏈」鐩殑閰嶇疆锛屾敞鎰弒pring瀹舵棌璇诲彇閰嶇疆鏃讹紝澶у啓瀛楁瘝闇�瑕佽浆鎹负-鐨勬柟寮忥紝鑰宖eign闇�瑕佸ぇ灏忓啓瀹屽叏鐩稿悓
-session:
-     session-info-storage-type: "database"
-     database-platform: oracle
-     clear-session-on-start: false
-     ###鏄惁寮�鍚敤鎴峰湪绾挎鏌�
-     checkSessionTimeout: false
-     ###瀹㈡埛绔垽鏂秴鏃惰疆璇㈡椂闂达紝鍗曚綅涓虹
-     sessionInterval: 10
-     ###瀹㈡埛绔渶澶у瓨鍦ㄦ椂闂达紝鍗曚綅涓哄垎閽�
-     sessionIdlTime: 30
-     ###瓒呮椂鎻愰啋鏃堕棿锛屽崟浣嶄负鍒嗛挓
-     sessionRemind: 3
-user-table-compatibility: "platform1"
-#鍙�2021鐗堟湰鐨勯儴鍒嗘帴鍙g殑褰卞搷锛屼笅闈㈢殑鍐呭闇�瑕侀厤缃紝
-vciPlatform:
-  objectServiceUrl: ""
 #缂撳瓨
 spring:
   # redis閰嶇疆
@@ -42,7 +25,7 @@
     host: localhost  # ip鍦板潃
     database: 2  # redis鏁版嵁搴�  0-15
     port: 6379  # 绔彛鍙�
-    password: foobared # 鏃犲瘑鐮佷笉濉�
+    password: 123456 # 鏃犲瘑鐮佷笉濉�
     timeout: 30000s   # 杩炴帴瓒呮椂鏃堕棿 锛堥粯璁�1澶╋級
     lettuce:
       shutdown-timeout: 100ms # 鍏抽棴瓒呮椂鏃堕棿 榛樿 100ms
@@ -70,15 +53,46 @@
   mvc:
     view:
       suffix: .html
+
+#骞冲彴鐩稿叧閰嶇疆
+plt:
+  #浜哄憳淇℃伅褰曞叆鏃�,鏄惁闇�瑕佸瘑绾у瓧娈�
+  export-secret-grade: false
+
+###涓氬姟椤圭洰鐨勯厤缃紝娉ㄦ剰spring瀹舵棌璇诲彇閰嶇疆鏃讹紝澶у啓瀛楁瘝闇�瑕佽浆鎹负-鐨勬柟寮忥紝鑰宖eign闇�瑕佸ぇ灏忓啓瀹屽叏鐩稿悓
+session:
+  session-info-storage-type: "database"
+  database-platform: oracle
+  clear-session-on-start: false
+  ###鏄惁寮�鍚敤鎴峰湪绾挎鏌�
+  checkSessionTimeout: false
+  ###瀹㈡埛绔垽鏂秴鏃惰疆璇㈡椂闂达紝鍗曚綅涓虹
+  sessionInterval: 10
+  ###瀹㈡埛绔渶澶у瓨鍦ㄦ椂闂达紝鍗曚綅涓哄垎閽�
+  sessionIdlTime: 30
+  ###瓒呮椂鎻愰啋鏃堕棿锛屽崟浣嶄负鍒嗛挓
+  sessionRemind: 3
+
 ##web閰嶇疆
 vciweb:
     debug: true
 
+#鏂囦欢棰勮閰嶇疆
 file-preview:
   enabled: true
   preview-service-url: "http://dev.yunkeruida.top:28090/vciFilePreview/ajaxPreview.html"
   preview-system-key: plt2020
 
+#feign鍦板潃
+feign:
+  #鎵弿宸ュ叿鏈嶅姟
+  scanServiceUrl: ""
+  #骞冲彴鏈嶅姟
+  pltServiceUrl: ""
+  #鏂囦欢鏈嶅姟
+  fileServiceUrl: ""
+
+#springmvc閰嶇疆
 vcispringmvc:
   enabled: true
   #涓嶆牎楠屽畨鍏ㄧ殑閾炬帴鍦板潃

--
Gitblit v1.9.3