Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- server:
- port: 9000
- context-path: /
-
- spring:
- application:
- name: mallink
- profiles:
- active: dev
- jackson:
- date-format: yyyy-MM-dd HH:mm:ss
- time-zone: GMT+8
-
-
- # @{link} https://github.com/abel533
- #Mybatis
- mybatis:
- type-aliases-package: com.simple.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
-
- #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.simple.common.CommonMapper
-
- pay:
- real: true
-
- aws:
- clientRegion: cn-northwest-1
- bucketName: iformall-net
- access: ENC(3gx5ghDFBqGrEhO3Wf8aYmXsnwHO7Cj3HNKJGOeUj0o=)
- secret: ENC(HVKIJwCJKVXLlUpGlQPwNqJOlnpxn4xYuy91SH0seTSm2uAttIQHvA49fXWWax90v5wloIk0QuU=)
-
- jasypt:
- encryptor:
- password: oRqdnDbK5pj3eMmB
-
- version: @project.version@
|