y_ys79
2024-01-10 7766f35e83d61463eaa597b3817ef79936de9d00
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
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
  
staticdata:
  useDepartments:
    - id: 1
      name: 工艺
    - id: 2
      name: 编制
    - id: 3
      name: 生产
mdc:
  interval: 10000
  executor:
    corePoolSize: 10
    maxPoolSize: 200
    queueCapacity: 10
 
localPath:
  mdc: d:\Qingan\Hangxing\MDCMax3\MDCMax.exe