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
| pwd: cDS4uMRTR2urgQDNpwkZhpnlzel+R3S9ChDlzk/UmcN8V5n30NwY4iJ9s8DtKr0oUdE7tQ3M+OZlYupw201unqxtUadiyCAme0F3W6eMvB5qanY0nao54TldiZJcIAlB1wqQgh9LinDILS4dRHy3jmwvc+5cOKMvy8WLJ3LZa4A=
|
|