YYC
2023-09-12 20d5489c67cafe09cb862930fe67e05b631a1944
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
##########################  Server   ########################## 丹棱城关省粮食储备库
spring:
  profiles:
    active: linux
  application:
    name: igds
  main:
    allow-bean-definition-overriding: true
  mvc:
    favicon:
      enabled: false
 
  jackson:
    date-format: yyyy-MM-dd HH:mm:ss
    joda-date-time-format: yyyy-MM-dd HH:mm:ss
    time-zone: GMT+8
 
  ##########################  thymeleaf模板配置   ##########################
  thymeleaf:
    prefix: classpath:/templates/
    suffix: .html
    mode: LEGACYHTML5
    encoding: UTF-8
    cache: false
  ##########################  手机APP值仓图片上传大小   ##########################
  http:
    multipart:
      maxFileSize: 50Mb
      maxRequestSize: 100Mb
 
##########################  logback   ##########################
logging:
  config: classpath:logback-spring.xml
 
##########################  Mybatis   ##########################
#typeAliasesPackage=实体扫描,多个package用逗号或者分号分隔
mybatis-plus:
  mapper-locations: classpath*:/mapper/*.xml
  typeAliasesPackage: com.ld.igds.models
 
##########################  IGDS   ##########################
igds:
  default:
    companyId: 5000
    support: 风正致远信息技术股份有限公司
    email: business@fzzygf.com
    phone: 400-627-1116
    website: http://www.fzzygf.com
    address: 郑州市高新区长椿路11号河南省国家大学科技园孵化1号楼
  file-path: D:/IGDS/FILE/
  ## 推送微信平台的地址
  warn-path: http://124.71.162.207:8299/igds-wx/gateway
  api-path-jg: http://124.71.187.17:8207/supervise/v1/gateway
  weather-path: https://v0.yiketianqi.com/api?unescape=0&version=v61&appid=49421971&appsecret=JmJE48Fv&cityid={cityid}