Administrator
2023-06-19 49588f5a462ae7425e7eb030438a35fd80c246fa
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
49
50
51
52
53
54
55
56
57
58
59
60
# mysql 多数据源
spring:
  # 环境 dev|sznmsprov|gkhyprov|prod|xjprov|xjzwprov
  profiles:
#    active: aliyun-prod
    active: testOnline
  #redis
  redis:
    database: 0
    host: 127.0.0.1
    port: 6379
    password: wioowr23923sd3*&
    jedis:
      pool:
        max-idle: 8
        max-active: 8
        max-wait: -1ms
        min-idle: 0
  #security
  security:
    user:
      name: user
      password: 123
      roles: admin
  # jackson config
  jackson:
    date-format: yyyy-MM-dd HH:mm:ss
    time-zone: GMT+8
    default-property-inclusion: NON_NULL
  #上传文件大小
  servlet:
    multipart:
      max-file-size: 500MB
      max-request-size: 500MB
  thymeleaf:
      cache:  false
#mybatis:
#  mapper-locations: classpath*:com/gk/firework/Mapper/mybatis/*.xml
#  type-aliases-package: com.gk.firework.Domain
 
#mybatis 多数据源
mybatis-plus:
  mapper-locations: classpath*:com/gk/firework/Mapper/mybatis/*.xml
  type-aliases-package: com.gk.firework.Domain
  type-enums-package: com.gk.firework.Domain.Enum
 
#线程池配置
threadPool:
  corePoolSize: 20
  maxPoolSize: 20
  queueCapacity: 10000
 
logging:
  level:
    com.gk.firework.Mapper : debug
 
#sendwarnurl-nms: http://sinanoaq.com/daping/sendWarnInfo.json
 
#定义入库、出库、销售分表
slice: _slice1