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ů.
 
 
 
 
 

54 řádky
1.1 KiB

  1. server:
  2. port: 9000
  3. context-path: /
  4. spring:
  5. application:
  6. name: mallink
  7. profiles:
  8. active: dev
  9. jackson:
  10. date-format: yyyy-MM-dd HH:mm:ss
  11. time-zone: GMT+8
  12. # @{link} https://github.com/abel533
  13. #Mybatis
  14. mybatis:
  15. type-aliases-package: com.iformall.domain.po
  16. mapper-locations: classpath:mapper/*Mapper.xml
  17. configuration:
  18. map-underscore-to-camel-case: true
  19. cache-enabled: true
  20. lazy-loading-enabled: true
  21. use-generated-keys: true
  22. default-fetch-size: 100
  23. #PageHelper
  24. pagehelper:
  25. helperDialect: mysql
  26. reasonable: false
  27. supportMethodsArguments: true
  28. params: count=countSql
  29. offset-as-page-num: true
  30. page-size-zero: true
  31. row-bounds-with-count: true
  32. mapper:
  33. mappers:
  34. - com.iformall.common.CommonMapper
  35. pay:
  36. real: true
  37. aws:
  38. clientRegion: cn-northwest-1
  39. bucketName: iformall-net
  40. access: ENC(3gx5ghDFBqGrEhO3Wf8aYmXsnwHO7Cj3HNKJGOeUj0o=)
  41. secret: ENC(HVKIJwCJKVXLlUpGlQPwNqJOlnpxn4xYuy91SH0seTSm2uAttIQHvA49fXWWax90v5wloIk0QuU=)
  42. jasypt:
  43. encryptor:
  44. password: oRqdnDbK5pj3eMmB
  45. version: @project.version@