13693261870
2024-09-12 b5326f8d497a6f6e97a487cb9c565fdae1dc4790
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
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
 
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:
  url: http://106.120.22.26:8013/
  user: WUWEIWEI
  pwd: WUWEIWEI