From 6547665795d1195a8a4e850aa94f2542eeffe9ea Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期五, 02 六月 2023 17:49:58 +0800
Subject: [PATCH] 6.解决初始运行错误

---
 .gitignore                         |    1 +
 pom.xml                            |    6 +++---
 src/main/resources/application.yml |   22 ++++++++++------------
 3 files changed, 14 insertions(+), 15 deletions(-)

diff --git a/.gitignore b/.gitignore
index 539e716..39d5d25 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,3 +45,4 @@
 
 ### folder ###
 /bak
+/log
diff --git a/pom.xml b/pom.xml
index 9a7f2fe..18b77b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,11 +12,11 @@
     <!--鎵撳寘鎴恮ar-->
     <packaging>war</packaging>
 
-    <groupId>com.lf</groupId>
+    <groupId>com.moon</groupId>
     <artifactId>server</artifactId>
     <version>1.0.0</version>
-    <name>LFServer</name>
-    <description>绠¢亾鍩虹澶ф暟鎹钩鍙版湇鍔�</description>
+    <name>MoonServer</name>
+    <description>鏈堢悆鍚庡彴鏈嶅姟</description>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 810b310..dc7d7eb 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -2,7 +2,7 @@
   tomcat:
     uri-encoding: UTF-8
     max-connections: 1000
-  port: 12316
+  port: 10000
   servlet:
     context-path: /server
 
@@ -12,7 +12,7 @@
   # redis
   redis:
     database: 0
-    host: 127.0.0.1
+    host: 192.168.20.83
     port: 6369
     password: rediS_5L#F4_Server
     timeout: 90000  # 杩炴帴瓒呮椂鏃堕暱锛堟绉掞級
@@ -42,9 +42,8 @@
   datasource:
     name: prod
     # JDBC 鍩烘湰閰嶇疆 &currentSchema=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://127.0.0.1:5433/langfang?useAffectedRows=true
+    url: jdbc:postgresql://192.168.20.83:5433/moon?useAffectedRows=true
+    #url: jdbc:postgresql://127.0.0.1:5433/langfang?useAffectedRows=true
     username : postgres
     #password: Postgres!_14_Lf
     password: postgres
@@ -126,21 +125,20 @@
   # IIS鐨勪富鏈哄湴鍧�
   iisHost: 127.0.0.1
   # FME鏈嶅姟鍦板潃
-  #fmeUrl: http://103.85.165.99:8051/
-  fmeUrl: http://192.168.20.205:88/
+  fmeUrl: http://192.168.20.83:88/
   # 鍑哄浘鏈嶅姟
   exportServer: http://127.0.0.1/ExportMap
-  #exportServer: http://103.85.165.99:8050/ExportMap
+  #exportServer: http://192.168.20.83:80/ExportMap
   # 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
+    download: D:\Moon\download
     # 涓婁紶鐩綍
-    upload: D:\LF\upload
+    upload: D:\Moon\upload
     # 涓存椂鐩綍
-    temp: D:\LF\temp
+    temp: D:\Moon\temp
   # 涓婁紶闄勪欢琛�
-  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
+  attachTabs: bd.b_pac_hydrogeology,bs.u_sectionline
\ No newline at end of file

--
Gitblit v1.9.3