From 6dbd4c0d84e62235141c6ecb5b29eaac9ee1275e Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期五, 16 八月 2024 14:00:35 +0800
Subject: [PATCH] 1

---
 src/main/resources/application.yml |  145 +++++++++++++++++++++++++++++-------------------
 1 files changed, 88 insertions(+), 57 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index d0faf37..dfb1fdf 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,43 +1,76 @@
 server:
   tomcat:
     uri-encoding: UTF-8
-    max-connections: 1000
+    max-connections: 5000
+    max-http-form-post-size: 50MB
+    threads:
+      max: 2000
   port: 12316
-#  servlet:
-#    context-path: /land
-  application:
-    name: land
+  servlet:
+    context-path: /server
 
 spring:
+  application:
+    name: server
+  # redis
+  redis:
+    database: 0
+    host: 127.0.0.1
+    port: 6369
+    password: rediS_5L#F4_Server
+    timeout: 10000  # 杩炴帴瓒呮椂鏃堕暱锛堟绉掞級
+    lettuce:
+      pool:
+        max-active: 1000  # 杩炴帴姹犳渶澶ц繛鎺ユ暟锛堜娇鐢ㄨ礋鍊艰〃绀烘病鏈夐檺鍒讹級
+        max-wait: -1      # 杩炴帴姹犳渶澶ч樆濉炵瓑寰呮椂闂达紙浣跨敤璐熷�艰〃绀烘病鏈夐檺鍒讹級
+        max-idle: 10      # 杩炴帴姹犱腑鐨勬渶澶х┖闂茶繛鎺�
+        min-idle: 5       # 杩炴帴姹犱腑鐨勬渶灏忕┖闂茶繛鎺�
+  # session
   session:
     timeout: PT20M # 20鍒嗛挓
-
+  # 璁剧疆涓婁紶鏂囦欢澶у皬
+  servlet:
+    multipart:
+      enabled: true
+      max-file-size: 204800MB
+      max-request-size: 1048576MB
+  # jackson
+  jackson:
+    time-zone: GMT+8
+    date-format: yyyy-MM-dd HH:mm:ss
+    locale: zh_CN
+  thymeleaf:
+    cache: false
+  # datasource
   datasource:
     name: prod
-    # JDBC 鍩烘湰閰嶇疆
-    url: jdbc:postgresql://192.168.20.39:5433/langfang?useAffectedRows=true
-    username : postgres
+    # JDBC 鍩烘湰閰嶇疆 &currentSchema=public
+    #url: jdbc:postgresql://103.135.160.14:5433/langfang?useAffectedRows=true
+    #url: jdbc:postgresql://192.168.11.205:5433/langfang?useAffectedRows=true
+    url: jdbc:postgresql://127.0.0.1:5433/langfang?useAffectedRows=true
+    username: postgres
+    #password: Postgres!_14_Lf
     password: postgres
     driver-class-name: org.postgresql.Driver
+    platform: POSTGRESQL
     type: com.alibaba.druid.pool.DruidDataSource
     # 閰嶇疆鐩戞帶缁熻鎷︽埅鐨刦ilters锛宻tat:鐩戞帶缁熻銆乴og4j锛氭棩蹇楄褰曘�亀all锛氶槻寰ql娉ㄥ叆
     filters: stat,wall,log4j
     # 閫氳繃connectProperties灞炴�ф潵鎵撳紑mergeSql鍔熻兘锛涙參SQL璁板綍
-    connectionProperties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=500
+    connectionProperties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000
     # 瓒呰繃鏃堕棿闄愬埗鏄惁鍥炴敹
     removeAbandoned: true
     # 瓒呮椂鏃堕棿锛涘崟浣嶄负绉掋��180绉�=3鍒嗛挓
     removeAbandonedTimeout: 180
     # 鍏抽棴 abanded 杩炴帴鏃惰緭鍑洪敊璇棩蹇�
     logAbandoned: true
-
     # 閰嶇疆杩炴帴姹犱俊鎭�
     druid:
       ## 鍒濆鍖栧ぇ灏忥紝鏈�灏忥紝鏈�澶�
       initial-size: 5
       min-idle: 5
-      max-active: 50
-      ## 閰嶇疆鑾峰彇杩炴帴绛夊緟瓒呮椂鐨勬椂闂�
+      max-active: 100
+      ## 閰嶇疆鑾峰彇杩炴帴绛夊緟瓒呮椂鐨勬椂闂达紝ms
       max-wait: 60000
       # 閰嶇疆闂撮殧澶氫箙鎵嶈繘琛屼竴娆℃娴嬶紝妫�娴嬮渶瑕佸叧闂殑绌洪棽杩炴帴锛屽崟浣嶆槸姣
       time-between-eviction-runs-millis: 60000
@@ -53,7 +86,7 @@
       test-on-borrow: false
       # 濡傛灉涓簍rue锛堥粯璁alse锛夛紝褰撳簲鐢ㄤ娇鐢ㄥ畬杩炴帴锛岃繛鎺ユ睜鍥炴敹杩炴帴鐨勬椂鍊欎細鍒ゆ柇璇ヨ繛鎺ユ槸鍚﹁繕鍙敤
       test-on-return: false
-
+      # servlet閰嶇疆
       stat-view-servlet:
         # sql鐩戞帶寮�鍏�
         enabled: true
@@ -62,48 +95,25 @@
         # 鏄惁鍏佽娓呯┖缁熻鏁版嵁锛岄噸鏂拌绠�  true:鍏佽  false:涓嶅厑璁�
         reset-enable: false
         # 閰嶇疆鐩戞帶椤甸潰璁块棶璐﹀彿瀵嗙爜
-        login-username: druid_mg
-        login-password: ad_DruId!_min
+        #login-username: admin
+        #login-password: ad_!Druid!_min
         # 鍏佽璁块棶鐨勫湴鍧�锛屽鏋渁llow娌℃湁閰嶇疆鎴栬�呬负绌猴紝鍒欏厑璁告墍鏈夎闂�
         allow:
-        # 鎷掔粷璁块棶鐨勫湴鍧�锛宒eny浼樺厛浜巃llow锛屽鏋滃湪deny鍒楄〃涓紝灏辩畻鍦╝llow鍒楄〃涓紝涔熶細琚嫆缁�
+        # 鎷掔粷璁块棶鐨勫湴鍧�锛宒eny浼樺厛浜巃llow
         deny:
-        # 閰嶇疆WebStatFilter锛岀敤浜庨噰闆唚eb鍏宠仈鐩戞帶鐨勬暟鎹�
-        web-stat-filter:
-          # web url鐩戞帶
-          enabled: true
-          # session鐩戞帶
-          session-stat-enable: true
-          # session鐨勬渶澶т釜鏁帮紝榛樿100
-          session-stat-max-count: 1000
-          # 杩囨护鎵�鏈塽rl
-          url-pattern: /*
-          # 鎺掗櫎涓�浜涗笉蹇呰鐨剈rl
-          exclusions: "*.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/*"
-        # 鑷繁閰嶇疆鐩戞帶缁熻鎷︽埅鐨刦ilter
-        filter:
-          # 寮�鍚疍ruidDataSource鐨勭姸鎬佺洃鎺�
-          stat:
-            enabled: true
-            db-type: postgresql
-            # 寮�鍚參sql鐩戞帶锛岃秴杩�2s 灏辫涓烘槸鎱ql锛岃褰曞埌鏃ュ織涓�
-            log-slow-sql: true
-            slow-sql-millis: 2000
 
-    redis:
-      host: 192.168.20.39
-      port: 6379
-      password:
-      database: 1
-    jackson:
-      time-zone: GMT+8
-      date-format: yyyy-MM-dd HH:mm:ss
+# mybatis
+#mybatis:
+#  type-aliases-package: com.lf.server.entity
+#  config-location: classpath:mybatis.xml
+#  mapper-locations: classpath:mapper/**/*.xml
 
-mybatis:
-  type-aliases-package: com.lf.server.mapper
+mybatis-plus:
+  type-aliases-package: com.lf.server.entity
   config-location: classpath:mybatis.xml
   mapper-locations: classpath:mapper/**/*.xml
 
+# logging
 logging:
   config: classpath:logback-spring.xml
 
@@ -111,19 +121,40 @@
 remote:
   maxTotalConnect: 0
   maxConnectPerRoute: 1000
-  connectTimeout: 5000
-  readTimeout: 30000
+  connectTimeout: 30000
+  readTimeout: -1
 
 # 绯荤粺閰嶇疆
 sys:
+  # 鑷姩鏌ヨ
+  autoQuery: 0
+  # 绠$悊鍛業D
+  admin: ad_Lf1122_min
+  # IIS鐨勪富鏈哄湴鍧�
+  iisHost: 127.0.0.1
+  # FME鏈嶅姟鍦板潃
+  #fmeUrl: http://106.120.22.35:8051/
+  fmeUrl: http://192.168.11.205:88/
+  # FME浠ょ墝
+  fmeToken: c36e4f94-dfde-401e-9967-2c4a449f1300
+  # 鍑哄浘鏈嶅姟
+  exportServer: http://127.0.0.1/ExportMap
+  #exportServer: http://103.85.165.99:8050/ExportMap
+  # Turf鏈嶅姟
+  turfServer: http://127.0.0.1/Turf
+  # Gdal椹卞姩鐩綍
+  gdal_path: E:\terrait\TianJin\Zip\release-1928-x64-dev\release-1928-x64\bin
+  # 鐡︾墖鍦板潃
+  tile_path: E:\data\99.public\soft\LFData\2d\tiles
   path:
-    # 瀵煎叆鐩綍
-    import: D:\LF\import
-    # 鍑哄浘鐩綍
-    export: D:\LF\export
+    # 涓嬭浇鐩綍
+    download: D:\LF\download
     # 涓婁紶鐩綍
     upload: D:\LF\upload
-    # 鍏变韩鐩綍
-    share: D:\LF\share
     # 涓存椂鐩綍
-    temp: D:\LF\temp
\ No newline at end of file
+    temp: D:\LF\temp
+  cad:
+    exePath: C:/360/MxDrawCloudServer1.0TryVersion/MxDrawCloudServer/Bin/MxCAD/Release/mxcadassembly.exe
+    targetPath: C:/360/MxDrawCloudServer1.0TryVersion/MxDrawCloudServer/SRC/TsWeb/public/data
+  # 涓婁紶闄勪欢琛�
+  attachTabs: bd.b_pac_hydrogeology,bd.b_pac_frozensoil,bd.b_pac_geologic_hazard,bd.b_pac_marine_meteorological,bd.b_pac_meteorological,bs.m_equipment_nameplate,bs.m_hydraulic_protection,bs.m_marker,bs.s_explorationpoint,bs.u_sectionline
\ No newline at end of file

--
Gitblit v1.9.3