server: port: 9000 servlet: context-path: / spring: application: name: mallink profiles: active: dev jackson: date-format: yyyy-MM-dd HH:mm:ss time-zone: GMT+8 default-property-inclusion: non_null servlet: multipart: max-file-size: 2MB max-request-size: 2MB cache: type: REDIS cache-names: redis_cache #缓存的名字(可以不指定) redis: time-to-live: 60000ms #很重要,缓存的有效时间,以便缓存的过期(单位为毫秒) # @{link} https://github.com/abel533 #Mybatis mybatis: type-aliases-package: com.iformall.domain.po mapper-locations: classpath:mapper/*Mapper.xml configuration: map-underscore-to-camel-case: true cache-enabled: true lazy-loading-enabled: true use-generated-keys: true default-fetch-size: 100 default-statement-timeout: 10 #PageHelper pagehelper: helperDialect: mysql reasonable: false supportMethodsArguments: true params: count=countSql offset-as-page-num: true page-size-zero: true row-bounds-with-count: true mapper: mappers: - com.iformall.common.CommonMapper pay: real: true version: @project.version@ #admin主页地址 admin-page: http://admin.malls.iformall.com