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.
|
- server:
- port: 7000
- servlet:
- context-path: /C
-
- 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
- mail:
- host: smtp.exmail.qq.com
- username: wuguoqiang@iformall.com
- password: SL4ZBgG3pXWqpAk3 # 授权密码
- properties:
- mail:
- smtp:
- auth: true
- starttls:
- enable: true
-
-
- # @{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
-
- jasypt:
- encryptor:
- password: oRqdnDbK5pj3eMmB
-
- version: @project.version@
|