forest-admin 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. spring:
  2. datasource:
  3. url: jdbc:mysql://172.16.90.253:3306/forest-cloud-mall?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai
  4. username: root
  5. password: 123456
  6. druid:
  7. initial-size: 5
  8. min-idle: 10
  9. max-active: 20
  10. web-stat-filter:
  11. exclusions: "*.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/*"
  12. stat-view-servlet:
  13. login-username: druid
  14. login-password: druid
  15. redis:
  16. host: 172.16.90.253
  17. database: 0
  18. port: 6379
  19. password: 123456
  20. timeout: 300ms
  21. zipkin:
  22. base-url: http://localhost:9411
  23. locator:
  24. discovery:
  25. enabled: true
  26. sleuth:
  27. sampler:
  28. probability: 1.0
  29. boot:
  30. admin:
  31. client:
  32. url: http://localhost:8095
  33. management:
  34. endpoints:
  35. web:
  36. exposure:
  37. include: '*'
  38. endpoint:
  39. health:
  40. show-details: always
  41. mybatis:
  42. mapper-locations:
  43. - classpath:dao/*.xml
  44. - classpath*:com/**/mapper/*.xml
  45. logging:
  46. level:
  47. root: info
  48. com.hwrj.cloud: debug
  49. sleuth:
  50. sampler:
  51. probability: 1.0
  52. boot:
  53. admin:
  54. client:
  55. url: http://localhost:9091
  56. secure:
  57. ignored:
  58. urls:
  59. - /swagger-ui.html
  60. - /swagger-resources/**
  61. - /swagger/**
  62. - /**/v2/api-docs
  63. - /**/*.js
  64. - /**/*.css
  65. - /**/*.png
  66. - /**/*.ico
  67. - /webjars/springfox-swagger-ui/**
  68. - /actuator/**
  69. - /druid/**
  70. - /admin/login
  71. - /admin/register
  72. - /admin/info
  73. - /admin/logout
  74. - /minio/upload
  75. - /product/import
  76. - /big/**
  77. - /bigData/**
  78. - /first/upload
  79. - /doc.html
  80. jwt:
  81. tokenHeader: Authorization
  82. secret: forest-admin-secret
  83. expiration: 604800
  84. tokenHead: Bearer
  85. redis:
  86. database: forest
  87. key:
  88. admin: 'ums:admin'
  89. token: 'ums:token'
  90. resourceList: 'ums:resourceList'
  91. expire:
  92. common: 86400
  93. qiniu:
  94. accessKey: FLWUJxiZY1_N-5d6J_jsdgbqyjVDUg86ghZHsaQW
  95. bucket: forestcloud
  96. path: http://fqn.hongweisoft.com/
  97. processName: 'null'
  98. secretKey: So55w4fQ2dTQ6uMlWuUywmKG8ZTqVhWfr_3Ii7GI