application.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. server:
  2. port: 4020
  3. servlet:
  4. session:
  5. timeout: 86400
  6. spring:
  7. application:
  8. name: autodop-master
  9. profiles:
  10. active: @profile.active@
  11. banner:
  12. location: classpath:banner.txt
  13. servlet:
  14. multipart:
  15. max-file-size: 1GB
  16. max-request-size: 1GB
  17. # cache:
  18. # cache-names: buildDeployApp
  19. datasource:
  20. driver-class-name: com.mysql.cj.jdbc.Driver
  21. type: com.zaxxer.hikari.HikariDataSource
  22. hikari:
  23. minimum-idle: 5
  24. maximum-pool-size: 10
  25. auto-commit: true
  26. idle-timeout: 30000
  27. pool-name: EvaluationHikariCP
  28. max-lifetime: 1800000
  29. connection-timeout: 30000
  30. connection-test-query: SELECT 1
  31. jpa:
  32. show-sql: true
  33. open-in-view: true
  34. hibernate:
  35. ddl-auto: update
  36. properties:
  37. hibernate:
  38. hbm2ddl:
  39. auto: update
  40. dialect: org.hibernate.dialect.MySQL57Dialect
  41. mvc:
  42. favicon:
  43. enabled: true
  44. dispatch-options-request: true
  45. thymeleaf:
  46. prefix: classpath:/templates
  47. suffix: .html
  48. mode: HTML
  49. encoding: utf-8
  50. servlet:
  51. content-type: text/html
  52. cache: false
  53. oss:
  54. endpoint: http://oss-cn-hangzhou.aliyuncs.com
  55. key: jYk8lOKwSCorFEz7
  56. secret: hzSrcew08V5zk58kVVgInV7OqbHyVc
  57. bucket: iquizoo
  58. folder: eval3.x/alpha/eval_exercises/