|
@@ -12,7 +12,8 @@ spring:
|
|
|
database-platform: org.hibernate.spatial.dialect.postgis.PostgisDialect
|
|
|
datasource:
|
|
|
driver-class-name: org.postgis.DriverWrapper
|
|
|
- url: jdbc:postgresql_postGIS://101.35.200.5:39543/sysu-emap
|
|
|
+# url: jdbc:postgresql_postGIS://101.35.200.5:39543/sysu-emap
|
|
|
+ url: jdbc:postgresql_postGIS://127.0.0.1:5432/sysu-emap
|
|
|
username: postgres
|
|
|
password: postgres
|
|
|
pool-name: HikariPool-1
|
|
@@ -29,7 +30,7 @@ postgis:
|
|
|
geoserver:
|
|
|
user: admin
|
|
|
password: geoserver
|
|
|
- url: http://change.zylfsm.com
|
|
|
- port:
|
|
|
+ url: http://localhost
|
|
|
+ port: 8080
|
|
|
path: geoserver
|
|
|
|