application-dev.yml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. server:
  2. port: 9105
  3. spring:
  4. application:
  5. name: huimv-manager
  6. servlet:
  7. multipart:
  8. max-request-size: 100MB
  9. max-file-size: 100MB
  10. datasource:
  11. url: jdbc:mysql://47.98.175.112:3306/huimv_ql_breed_video?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&serverTimezone=Asia/Shanghai
  12. username: root
  13. password: hm123456
  14. driver-class-name: com.mysql.cj.jdbc.Driver
  15. jpa:
  16. # show-sql: true
  17. database: mysql
  18. # hibernate:
  19. # ddl-auto: update
  20. database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
  21. open-in-view: true
  22. # 验证码
  23. #dustlight:
  24. # captcha:
  25. # default:
  26. # store:
  27. # name: "redisCodeStore"
  28. # store:
  29. # redis:
  30. # key-prefix: "CAPTCHA_CODE"
  31. redis:
  32. database: 0
  33. host: 122.112.224.199
  34. port: 6379
  35. password: hm123456
  36. jedis:
  37. pool:
  38. max-active: 20
  39. max-wait: -1
  40. max-idle: 10
  41. min-idle: 0
  42. timeout: 5000
  43. # redis:
  44. # database: 0
  45. # host: 127.0.0.1
  46. # port: 6379
  47. # password:
  48. # jedis:
  49. # pool:
  50. # max-active: 20
  51. # max-wait: -1
  52. # max-idle: 10
  53. # min-idle: 0
  54. # timeout: 5000