13693261870
2024-09-13 d68ba69e9f4d8edb7b62da57749de052f203c9f0
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
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.1
  path:
    data: D:\simu
 
sedb:
  host: http://106.120.22.26:8013/
  user: WUWEIWEI
  pwd: WUWEIWEI
  layerNames: 管点,管线,建筑物