From 8e76fba031022a2bb99795a2678c62db33a5ebfd Mon Sep 17 00:00:00 2001
From: linzhijie <19970921lzj>
Date: 星期三, 24 三月 2021 19:27:35 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/tai-ots-master-20210316' into Dev

---
 src/main/resources/application-local.yml |   37 ++++++++++++++++++++++---------------
 1 files changed, 22 insertions(+), 15 deletions(-)

diff --git a/src/main/resources/application-local.yml b/src/main/resources/application-local.yml
index 6d7195f..457903c 100644
--- a/src/main/resources/application-local.yml
+++ b/src/main/resources/application-local.yml
@@ -7,13 +7,17 @@
     # 鐗堟潈骞翠唤
     copyrightYear: 2020
     # 瀹炰緥婕旂ず寮�鍏�
-    demoEnabled: true
+    demoEnabled: false
     # 鏂囦欢璺緞 绀轰緥锛� Windows閰嶇疆D:/ots/uploadPath锛孡inux閰嶇疆 /home/data/ots/uploadPath锛�
-    profile: /home/data/ots/uploadPath
+    profile: D:/娴嬭瘎绯荤粺/home/uploadPath
     # 鍥剧墖鐨剈rl锛屽:vue绔http://139.199.11.114/images鍦板潃
-    imagePath: http://localhost:8090/profile/images
+    imagePath: http://127.0.0.1:8090/profile/images
     # 鑾峰彇ip鍦板潃寮�鍏�
     addressEnabled: true
+    # 鎶ュ憡妯$増鍦板潃
+    reportTemplates: D:/娴嬭瘎绯荤粺/home/reportTemplates/
+    # http profile
+    httpProfilePath: http://127.0.0.1:8090/profile
 # 鏁版嵁婧愰厤缃�
 spring:
     datasource:
@@ -22,17 +26,16 @@
         druid:
             # 涓诲簱鏁版嵁婧�
             master:
-                url: jdbc:mysql://127.0.0.1:3306/ess_dev?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
-#                url: jdbc:mysql://192.168.77.29:3306/ess?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+                url: jdbc:mysql://192.168.8.171:3306/ots-sand?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
                 username: root
-                password: perfect
+                password: Cc19970921
             # 浠庡簱鏁版嵁婧�
             slave:
                 # 浠庢暟鎹簮寮�鍏�/榛樿鍏抽棴
                 enabled: false
-                url: 
-                username: 
-                password: 
+                url:
+                username:
+                password:
             # 鍒濆杩炴帴鏁�
             initialSize: 5
             # 鏈�灏忚繛鎺ユ睜鏁伴噺
@@ -52,7 +55,7 @@
             testWhileIdle: true
             testOnBorrow: false
             testOnReturn: false
-            webStatFilter: 
+            webStatFilter:
                 enabled: true
             statViewServlet:
                 enabled: true
@@ -60,8 +63,8 @@
                 allow:
                 url-pattern: /druid/*
                 # 鎺у埗鍙扮鐞嗙敤鎴峰悕鍜屽瘑鐮�
-                login-username: 
-                login-password: 
+                login-username:
+                login-password:
             filter:
                 stat:
                     enabled: true
@@ -77,9 +80,13 @@
 
 # VUE绔闂湴鍧�
 vue:
-    url: http://139.199.11.114/exam-stu/#/ots/{0}/login
+    url: http://localhost:82/#/ots/{0}/login
 
 # 杩滅▼娉板浗璁$畻鏈嶅姟
 ATSTai:
-    host: 120.24.39.179
-    port: 9123
\ No newline at end of file
+    host: 192.168.8.171
+    port: 9123
+jasypt:
+    encryptor:
+        password: 5ciqxnka5s02w9qu
+        algorithm: PBEWithMD5AndDES
\ No newline at end of file

--
Gitblit v1.9.1