application.yml 908 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. server:
  2. servlet:
  3. context-path: /
  4. port: 8907
  5. spring:
  6. thymeleaf:
  7. cache: false
  8. mode: HTML5
  9. aop:
  10. auto: true
  11. proxy-target-class: true
  12. application:
  13. name: IDS
  14. servlet:
  15. multipart:
  16. max-file-size: 1000MB
  17. max-request-size: 1000MB
  18. profiles:
  19. active: dev
  20. jackson:
  21. default-property-inclusion: non_null
  22. serialization:
  23. INDENT_OUTPUT: true
  24. date-format: yyyy-MM-dd HH:mm:ss
  25. time-zone: Asia/Shanghai
  26. logging:
  27. config: classpath:config/logback-spring.xml
  28. level:
  29. com.cslg.ids.mapper: debug
  30. mybatis-plus:
  31. typeAliasesPackage: com.cslg.ids.entity
  32. global-config:
  33. db-config:
  34. id-type: AUTO
  35. logic-delete-value: 0
  36. logic-not-delete-value: 1
  37. update-strategy: ignored
  38. configuration:
  39. map-underscore-to-camel-case: true
  40. cache-enabled: false
  41. mapper-locations: classpath:mapper/*.xml
  42. queueName: emailProd.queue