Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 

41 řádky
915 B

  1. spring:
  2. # JDBC
  3. datasource:
  4. url: jdbc:mysql://202.165.179.86:3306/mallink?characterEncoding=UTF-8&useSSL=false
  5. username: mallone
  6. password: m@1l0ne123@#
  7. type: com.alibaba.druid.pool.DruidDataSource
  8. driver-class-name: com.mysql.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. #jackson:
  23. #date-format: yyyy-MM-dd HH:mm:ss
  24. # REDIS
  25. redis:
  26. host: 202.165.179.86
  27. port: 6789
  28. password: JGtest123
  29. timeout: 0
  30. expire: 1800 #30分钟
  31. pool:
  32. max-active: 8
  33. max-idle: 8
  34. max-wait: -1
  35. logging:
  36. level:
  37. tk.mybatis: debug
  38. com.simple.mapper: debug