svr-stdandard.yml 639 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. standard-svr:
  2. schema-storage-path: "d:/"
  3. data-source:
  4. driver-class-name: com.mysql.jdbc.Driver
  5. initialize-size: 1
  6. max-total: 20
  7. max-idle: 10
  8. min-idle: 1
  9. validation-query: SELECT 1
  10. test-on-borrow: true
  11. remove-abandoned-timeout: 55
  12. hibernate:
  13. dialect: org.hibernate.dialect.MySQL5Dialect
  14. ---
  15. spring:
  16. profiles: dev
  17. fast-dfs:
  18. pool:
  19. init-size: 5
  20. max-size: 20
  21. wait-time: 500
  22. connect-timeout: 2
  23. network-timeout: 30
  24. fast-dfs:
  25. charset: ISO8859-1
  26. http:
  27. tracker-http-port: 80
  28. anti-steal-token: no
  29. secret-key: FastDFS1234567890
  30. ---
  31. spring:
  32. profiles: test
  33. ---
  34. spring:
  35. profiles: prod