########################## Server ########################## 丹棱城关省粮食储备库
|
spring:
|
profiles:
|
active: dev
|
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}
|