Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 

43 wiersze
806 B

  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.simple.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.simple.common.CommonMapper
  35. pay:
  36. real: true
  37. share: false