1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
| server:
| port: 8079
| servlet:
| context-path: /
|
| spring:
| mvc:
| pathmatch:
| matching-strategy: ant_path_matcher
| application:
| name: SimuServer
|
| mybatis-plus:
| type-aliases-package: com.se.ai.domain
| config-location: classpath:mybatis.xml
| mapper-locations: classpath:mapper/**/*.xml
|
| knife4j:
| # 是否开启
| enabled: true
| # 请求前缀
| pathMapping:
| # 是否开启增强模式
| enable: true
|
| pagehelper:
| autoDialect: true
| autoRuntimeDialect: true
| reasonable: true
| supportMethodsArguments: true
| params: count=countSql
|
| remote:
| maxTotalConnect: 0
| maxConnectPerRoute: 1000
| connectTimeout: -1
| readTimeout: -1
|
| sys:
| ver: 0.2
| path:
| in: D:\simu\in
| out: D:\simu\out
|
| gedb:
| host: http://106.120.22.26:8013/
| user: WUWEIWEI
| pwd: WUWEIWEI
| dbName: 通州水利仿真
| pageSize: 2000
| layerNames: 管点,管线,建筑物
| shpNames: pipePoint,pipeLine,building
| sysFields: _ext_attr,_meta_id,_attach_files,_x,_y,_z,operatetime,operator,_is_latest,_data_type,groupid,id,shape_length,shape_area
| demName: DEM
| demType: .tif
| demFile: dem.tif
|
|