You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
spring:
jackson:
# date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8
servlet:
multipart:
max-file-size: 10MB
max-request-size: 100MB
profiles:
active: dev
freemarker:
suffix: .ftl
#template-loader-path: '${user.dir}/templates' #外部页面设置
settings:
number_format: '0.##' #格式化数字, 无小数
#项目配置
project:
title: 旭捷-ERP #项目标题
name: xjfast #项目名称
mybatis-plus:
# configuration:
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
global-config:
db-config:
db-column-underline: true
mapper-locations: classpath:mapper/*.xml,file:mapper/*.xml
logging:
level:
com.xjfast.mapper: debug
# 文件上传地址
file:
information:
path: D:/FTP文件
|