server: port: 8089 servlet: context-path: /ivccs_vmm spring: # 指定运行环境 profiles: active: prod servlet: multipart: max-file-size: 100MB max-request-size: 100MB jackson: date-format: yyyy-MM-dd HH:mm:ss time-zone: GMT+8 mybatis: mapperLocations: classpath:mapper/*.xml pagehelper: reasonable: true supportMethodsArguments: true params: count=countSql logging: config: classpath:logback-spring.xml