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文件