代码拉取完成,页面将自动刷新
spring:
http: #文件上传配置,允许上传 100M 的文件,陈鲲鹏
multipart:
maxFileSize: 100Mb
maxRequestSize: 100Mb
#数据库字段类型为datetime 实体保存的类型是date类型 从数据库中读取返回给前端,发现date类型显示是毫秒,怎么格式化, 加入下面两行配置即可
jackson:
date-format: yyyy-MM-dd HH:mm:ss.SSS
time-zone: GMT+8
mybatis:
config-location: classpath:mybatis/mybatis-config.xml
mapper-locations: classpath:mybatis/mapper/*.xml
#feign:
# hystrix:
# enabled: true
hystrix:
command:
default:
execution:
timeout:
enabled: false
isolation:
thread:
timeoutInMilliseconds: 100000
ribbon:
ReadTimeout: 120000
ConnectTimeout: 30000
pagehelper:
helper-dialect: mysql
reasonable: true
support-methods-arguments: true
params: count=countSql
logging:
level:
com.gongyibao.user: debug
com.gongyibao.upms: debug
com.gongyibao.project: debug
com.gongyibao.analysis: debug
com.gongyibao.happyhome: debug
com.gongyibao.pay: debug
com.gongyibao.weixin: debug
com.gongyibao.cms: debug
com.gongyibao.trade: debug
com.gongyibao.donatemethod: debug
com.gongyibao.web: debug
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。