y_ys79
2024-01-09 bf57ce0200c3c23ba6acd6709f907a3ad4878210
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
server:
  port: 8088
  servlet:
    context-path: /mdc
    
dbType: mysql #数据库类型,可选值mysql/oracle(暂时不支持)
 
spring:
  profiles:
    active: dev
  servlet:
    multipart:
      max-file-size: 10MB
 
mybatis:
  configuration:
    cache-enabled: true
    map-underscore-to-camel-case: true
  mapper-locations: classpath:mapper/*.xml
  type-aliases-package: com.qianwen.mdc.domain
 
mdc:
  interval: 10000
  executor:
    corePoolSize: 10
    maxPoolSize: 200
    queueCapacity: 10
 
localPath:
  mdc: d:\Qingan\Hangxing\MDCMax3\MDCMax.exe