application.yml 1002 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. dubbo:
  2. application:
  3. name: file-service
  4. scan:
  5. base-packages: cn.reghao.tnb.file.app.rpc
  6. protocol:
  7. name: dubbo
  8. port: 6104
  9. server:
  10. port: 6004
  11. tomcat:
  12. basedir: /opt/tmp/tomcat
  13. max-http-form-post-size: 4MB
  14. spring:
  15. servlet:
  16. multipart:
  17. max-request-size: 1GB
  18. max-file-size: 1GB
  19. application:
  20. name: file-service
  21. profiles:
  22. active: @profile.active@
  23. datasource:
  24. driver-class-name: com.mysql.cj.jdbc.Driver
  25. type: com.zaxxer.hikari.HikariDataSource
  26. hikari:
  27. minimum-idle: 5
  28. maximum-pool-size: 10
  29. auto-commit: true
  30. idle-timeout: 30000
  31. pool-name: EvaluationHikariCP
  32. max-lifetime: 1800000
  33. connection-timeout: 30000
  34. connection-test-query: SELECT 1
  35. mybatis:
  36. configuration:
  37. map-underscore-to-camel-case: true
  38. mapper-locations: classpath*:mapper/**.xml
  39. type-aliases-package: cn.reghao.tnb.file.app.model.po
  40. oss:
  41. ossType: 1
  42. diskDirs:
  43. - /opt/disk/4f664a07-12b0-4d41-9a0c-26ed873fcd6e