QGIS地震专题图修改配置文件
This commit is contained in:
@@ -5,7 +5,10 @@ server:
|
||||
# 开发环境配置
|
||||
spring:
|
||||
config:
|
||||
import: classpath:config/database/application-database-dev.yml
|
||||
import:
|
||||
- classpath:config/database/application-database-dev.yml
|
||||
- classpath:config/qgis/application-qgis-dev.yml
|
||||
- classpath:config/customize/application-customize-dev.yml
|
||||
|
||||
|
||||
# redis
|
||||
|
||||
@@ -5,7 +5,10 @@ server:
|
||||
# 生产环境配置
|
||||
spring:
|
||||
config:
|
||||
import: classpath:config/database/application-database-prod.yml
|
||||
import:
|
||||
- classpath:config/database/application-database-prod.yml
|
||||
- classpath:config/qgis/application-qgis-prod.yml
|
||||
- classpath:config/customize/application-customize-prod.yml
|
||||
|
||||
# redis
|
||||
data:
|
||||
|
||||
@@ -5,8 +5,8 @@ spring:
|
||||
config:
|
||||
import: classpath:config/redis/redis-key.yml
|
||||
|
||||
# MyBatis 配置
|
||||
mybatis:
|
||||
# MyBatis-plus 配置
|
||||
mybatis-plus:
|
||||
mapper-locations: classpath:com/gis/xian/mapper/*.xml
|
||||
type-aliases-package: com.gis.xian.entity
|
||||
configuration:
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
# qgis配置
|
||||
qgis:
|
||||
# 地震专题图模板路径
|
||||
eq-maps-template-path: D:/代码/xian_api_new/src/main/resources/template/qgis-template/eq/
|
||||
# 暴雨专题图模板路径
|
||||
rain-maps-template-path: D:/代码/xian_api_new/src/main/resources/template/qgis-template/rain/
|
||||
# QGIS基础路径
|
||||
base-path: F:/files/xian/maps/
|
||||
@@ -0,0 +1,8 @@
|
||||
# qgis配置
|
||||
qgis:
|
||||
# 地震专题图模板路径
|
||||
eq-maps-template-path: D:/代码/xian_api_new/src/main/resources/template/qgis-template/eq/
|
||||
# 暴雨专题图模板路径
|
||||
rain-maps-template-path: D:/代码/xian_api_new/src/main/resources/template/qgis-template/rain/
|
||||
# QGIS基础路径
|
||||
base-path: F:/files/xian/maps/
|
||||
@@ -38,7 +38,7 @@ spring:
|
||||
driver-class-name: org.postgresql.Driver
|
||||
|
||||
slave1:
|
||||
url: jdbc:postgresql://localhost:5432/yjzyk_xian?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=Asia/Shanghai&postgis=true
|
||||
url: jdbc:postgresql://47.92.216.173:7654/yjzyk_xian?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=Asia/Shanghai&postgis=true
|
||||
username: postgres
|
||||
password: Zzw.0401
|
||||
password: zhangsan
|
||||
driver-class-name: org.postgresql.Driver
|
||||
|
||||
@@ -35,7 +35,7 @@ spring:
|
||||
driver-class-name: org.postgresql.Driver
|
||||
|
||||
slave1:
|
||||
url: jdbc:postgresql://localhost:5432/yjzyk_xian?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=Asia/Shanghai&postgis=true
|
||||
url: jdbc:postgresql://47.92.216.173:7654/yjzyk_xian?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=Asia/Shanghai&postgis=true
|
||||
username: postgres
|
||||
password: Zzw.0401
|
||||
password: zhangsan
|
||||
driver-class-name: org.postgresql.Driver
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
# qgis配置
|
||||
qgis:
|
||||
# QGIS服务地址
|
||||
url: http://localhost:18998/qgis/make/map
|
||||
# 影响场GeoJSON保存路径
|
||||
intensity-geojson-path: influence/
|
||||
# 地震专题图文件输出路径
|
||||
eq-maps-output-path: output/eq/map/
|
||||
# 暴雨专题图文件输出路径
|
||||
rain-maps-output-path: output/rain/map/
|
||||
@@ -0,0 +1,10 @@
|
||||
# qgis配置
|
||||
qgis:
|
||||
# QGIS服务地址
|
||||
url: http://localhost:18998/qgis/make/map
|
||||
# 影响场GeoJSON保存路径
|
||||
intensity-geojson-path: influence/
|
||||
# 地震专题图文件输出路径
|
||||
eq-maps-output-path: output/eq/map/
|
||||
# 暴雨专题图文件输出路径
|
||||
rain-maps-output-path: output/rain/map/
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user