From d23b2ce1ae45c192aed067041da8de748b97d405 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期五, 22 十一月 2024 14:19:31 +0800
Subject: [PATCH] 1

---
 src/main/resources/application.yml |  175 +++++++++++++++++++++++++++++++++++++++++++++------------
 1 files changed, 137 insertions(+), 38 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 06fe812..f0a7368 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,51 +1,119 @@
 server:
   tomcat:
     uri-encoding: UTF-8
+    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:
-    username : postgres
-    password: postgres
-    url : jdbc:postgresql://192.168.20.39:5433/langfang
+    name: prod
+    # 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
-    type: com.alibaba.druid.pool.DruidDataSource # 鑷畾涔夋暟鎹簮
-    #druid 鏁版嵁婧愪笓鏈夐厤缃�
-    initialSize: 5
-    minIdle: 5
-    maxActive: 20
-    maxWait: 60000
-    timeBetweenEvictionRunsMillis: 60000
-    minEvictableIdleTimeMillis: 300000
-    validationQuery: SELECT 1 FROM now()
-    testWhileIdle: true
-    testOnBorrow: false
-    testOnReturn: false
-    poolPreparedStatements: true
-    #閰嶇疆鐩戞帶缁熻鎷︽埅鐨刦ilters锛宻tat:鐩戞帶缁熻銆乴og4j锛氭棩蹇楄褰曘�亀all锛氶槻寰ql娉ㄥ叆
-    #濡傛灉鍏佽鏃舵姤閿�  java.lang.ClassNotFoundException: org.apache.log4j.Priority
+    platform: POSTGRESQL
+    type: com.alibaba.druid.pool.DruidDataSource
+    # 閰嶇疆鐩戞帶缁熻鎷︽埅鐨刦ilters锛宻tat:鐩戞帶缁熻銆乴og4j锛氭棩蹇楄褰曘�亀all锛氶槻寰ql娉ㄥ叆
     filters: stat,wall,log4j
-    maxPoolPreparedStatementPerConnectionSize: 20
-    useGlobalDataSourceStat: true
-    connectionProperties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=500
-    redis:
-      host: 192.168.20.39
-      port: 6379
-      password:
-      database: 1
-    jackson:
-      time-zone: GMT+8
-      date-format: yyyy-MM-dd HH:mm:ss
+    # 閫氳繃connectProperties灞炴�ф潵鎵撳紑mergeSql鍔熻兘锛涙參SQL璁板綍
+    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: 100
+      ## 閰嶇疆鑾峰彇杩炴帴绛夊緟瓒呮椂鐨勬椂闂达紝ms
+      max-wait: 60000
+      # 閰嶇疆闂撮殧澶氫箙鎵嶈繘琛屼竴娆℃娴嬶紝妫�娴嬮渶瑕佸叧闂殑绌洪棽杩炴帴锛屽崟浣嶆槸姣
+      time-between-eviction-runs-millis: 60000
+      # 閰嶇疆涓�涓繛鎺ュ湪姹犱腑鏈�灏忕敓瀛樼殑鏃堕棿锛屽崟浣嶆槸姣
+      min-evictable-idle-time-millis: 300000
+      max-pool-prepared-statement-per-connection-size: 50
+      pool-prepared-statements: true
+      # 鐢ㄦ潵娴嬭瘯杩炴帴鏄惁鍙敤鐨凷QL璇彞
+      validation-query: SELECT 1
+      # 搴旂敤鍚戣繛鎺ユ睜鐢宠杩炴帴锛屽苟涓攖estOnBorrow涓篺alse鏃讹紝杩炴帴姹犲皢浼氬垽鏂繛鎺ユ槸鍚﹀浜庣┖闂茬姸鎬侊紝濡傛灉鏄紝鍒欓獙璇佽繖鏉¤繛鎺ユ槸鍚﹀彲鐢�
+      test-while-idle: true
+      # 濡傛灉涓簍rue锛岄粯璁ゆ槸false锛屽簲鐢ㄥ悜杩炴帴姹犵敵璇疯繛鎺ユ椂锛岃繛鎺ユ睜浼氬垽鏂繖鏉¤繛鎺ユ槸鍚︽槸鍙敤鐨�
+      test-on-borrow: false
+      # 濡傛灉涓簍rue锛堥粯璁alse锛夛紝褰撳簲鐢ㄤ娇鐢ㄥ畬杩炴帴锛岃繛鎺ユ睜鍥炴敹杩炴帴鐨勬椂鍊欎細鍒ゆ柇璇ヨ繛鎺ユ槸鍚﹁繕鍙敤
+      test-on-return: false
+      # servlet閰嶇疆
+      stat-view-servlet:
+        # sql鐩戞帶寮�鍏�
+        enabled: true
+        # 璁块棶鍐呯疆鐩戞帶椤甸潰鐨勮矾寰勶紝鍐呯疆鐩戞帶椤甸潰鐨勯椤垫槸/druid/index.html
+        url-pattern: /druid/*
+        # 鏄惁鍏佽娓呯┖缁熻鏁版嵁锛岄噸鏂拌绠�  true:鍏佽  false:涓嶅厑璁�
+        reset-enable: false
+        # 閰嶇疆鐩戞帶椤甸潰璁块棶璐﹀彿瀵嗙爜
+        #login-username: admin
+        #login-password: ad_!Druid!_min
+        # 鍏佽璁块棶鐨勫湴鍧�锛屽鏋渁llow娌℃湁閰嶇疆鎴栬�呬负绌猴紝鍒欏厑璁告墍鏈夎闂�
+        allow:
+        # 鎷掔粷璁块棶鐨勫湴鍧�锛宒eny浼樺厛浜巃llow
+        deny:
 
-mybatis:
-  type-aliases-package: com.lf.server.mapper
+# mybatis
+#mybatis:
+#  type-aliases-package: com.lf.server.entity
+#  config-location: classpath:mybatis.xml
+#  mapper-locations: classpath:mapper/**/*.xml
+
+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
 
@@ -53,9 +121,40 @@
 remote:
   maxTotalConnect: 0
   maxConnectPerRoute: 1000
-  connectTimeout: 5000
-  readTimeout: 30000
+  connectTimeout: 30000
+  readTimeout: -1
 
 # 绯荤粺閰嶇疆
 sys:
-  path: E:\\Test\\LF\\
+  # 鑷姩鏌ヨ
+  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:
+    # 涓嬭浇鐩綍
+    download: D:\LF\download
+    # 涓婁紶鐩綍
+    upload: D:\LF\upload
+    # 涓存椂鐩綍
+    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