From 966b8ec80833c3281a41370a29960156a73360c7 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 13 三月 2024 10:20:13 +0800 Subject: [PATCH] 添加 数据自动计算 接口 --- src/main/resources/application.yml | 20 +++++++++++++------- 1 files changed, 13 insertions(+), 7 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 048ab34..006c072 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -4,7 +4,7 @@ max-connections: 5000 max-http-form-post-size: 50MB threads: - max: 1000 + max: 2000 port: 12316 servlet: context-path: /server @@ -45,10 +45,10 @@ datasource: name: prod # JDBC 鍩烘湰閰嶇疆 ¤tSchema=public - #url: jdbc:postgresql://103.85.165.99:5433/langfang?useAffectedRows=true - url: jdbc:postgresql://192.168.20.205:5433/langfang?useAffectedRows=true + #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 + username: postgres password: Postgres!_14_Lf #password: postgres driver-class-name: org.postgresql.Driver @@ -126,16 +126,22 @@ # 绯荤粺閰嶇疆 sys: + # 鑷姩鏌ヨ + autoQuery: 0 # 绠$悊鍛業D admin: ad_Lf1122_min # IIS鐨勪富鏈哄湴鍧� iisHost: 127.0.0.1 # FME鏈嶅姟鍦板潃 - #fmeUrl: http://103.85.165.99:8051/ - fmeUrl: http://192.168.20.205:88/ + #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 # 鐡︾墖鍦板潃 @@ -144,7 +150,7 @@ # 涓嬭浇鐩綍 download: D:\LF\download # 涓婁紶鐩綍 - upload: D:\LF\upload + upload: E:\TaiRui\LF\upload # 涓存椂鐩綍 temp: D:\LF\temp # 涓婁紶闄勪欢琛� -- Gitblit v1.9.3