Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

52 lignes
1.3 KiB

  1. spring:
  2. # JDBC
  3. datasource:
  4. url: jdbc:mysql://formalldb.cfqyqflkdlit.rds.cn-northwest-1.amazonaws.com.cn:3306/mallink?useUnicode=true&characterEncoding=UTF-8
  5. username: ENC(BDv01/sQdBGEhFEXuw+8tw==)
  6. password: ENC(0wvpX49+RMUpGP2tb9PY4ta/yCwAmLLhbKG9ndvifPI=)
  7. type: com.alibaba.druid.pool.DruidDataSource
  8. driver-class-name: com.mysql.cj.jdbc.Driver
  9. filters: stat
  10. maxActive: 20
  11. initialSize: 1
  12. maxWait: 60000
  13. minIdle: 1
  14. timeBetweenEvictionRunsMillis: 60000
  15. minEvictableIdleTimeMillis: 300000
  16. validationQuery: select 'x'
  17. testWhileIdle: true
  18. testOnBorrow: false
  19. testOnReturn: false
  20. poolPreparedStatements: true
  21. maxOpenPreparedStatements: 20
  22. connectionProperties: "druid.stat.mergeSql=true;druid.stat.slowSqlMillis=6000"
  23. # REDIS
  24. redis:
  25. host: 127.0.0.1
  26. port: 6379
  27. password: ENC(4Z6xTEJOw04DYyhur0mTwlveexVEX9YRfNTY78MyKgU=)
  28. timeout: 3600
  29. expire: 1800 #30分钟
  30. database: 1
  31. jedis:
  32. pool:
  33. max-active: 8
  34. max-idle: 8
  35. max-wait: -1
  36. min-idle: 0
  37. fm:
  38. exception: true
  39. ueditor:
  40. config: config.json
  41. unified: true
  42. upload-path: ./upload/
  43. url-prefix: ""
  44. logging:
  45. level:
  46. tk.mybatis: debug
  47. com.iformall.mapper: debug
  48. path: ./logs/admin