Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 

99 строки
2.4 KiB

  1. spring:
  2. profiles:
  3. include: rabbitMQ
  4. # JDBC
  5. datasource:
  6. url: jdbc:mysql://202.165.179.86:3306/mallinkDev?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false
  7. username: ENC(dZ8fmrtuBMQYaRytKQgTqg==)
  8. password: ENC(WGu0+1DPIHrqorDhrbq1+7wr7xNG53mN)
  9. type: com.alibaba.druid.pool.DruidDataSource
  10. driver-class-name: com.mysql.cj.jdbc.Driver
  11. filters: stat
  12. maxActive: 20
  13. initialSize: 1
  14. maxWait: 60000
  15. minIdle: 1
  16. timeBetweenEvictionRunsMillis: 28000
  17. minEvictableIdleTimeMillis: 28000
  18. validationQuery: select 'x'
  19. testWhileIdle: true
  20. testOnBorrow: false
  21. testOnReturn: false
  22. poolPreparedStatements: true
  23. maxOpenPreparedStatements: 20
  24. connectionProperties: "druid.stat.mergeSql=true;druid.stat.slowSqlMillis=6000"
  25. #jackson:
  26. #date-format: yyyy-MM-dd HH:mm:ss
  27. flowable:
  28. async-executor-activate: false
  29. # REDIS
  30. redis:
  31. host: 202.165.179.86
  32. port: 6379
  33. password: ENC(aYJ3Wr2UWtkORRQjjrWWpz2ZeTISsHOA)
  34. timeout: 3600
  35. expire: 1800 #30分钟
  36. database: 1
  37. defaultExpiration: 2592000 # 默认生命周期30天
  38. jedis:
  39. pool:
  40. max-active: 100
  41. max-idle: 500
  42. max-wait: -1
  43. min-idle: 10
  44. # EMAIL
  45. mail:
  46. host: smtp.exmail.qq.com
  47. username: ENC(R0bER9E9OB9/YQcpNXMyYDwofNVb8/pFl4nrApS8mi0=)
  48. password: ENC(50YqJd0iK/2r2YnmEd5RKaki3ktU73UDapBJrVYfqmc=) # 授权密码
  49. properties:
  50. mail:
  51. smtp:
  52. auth: true
  53. starttls:
  54. enable: true
  55. #rocketmq:
  56. # name-server: 127.0.0.1:9876
  57. # producer:
  58. # retry-times-when-send-async-failed: 0
  59. # send-msg-timeout: 300000
  60. # compress-msg-body-over-howmuch: 4096
  61. # max-message-size: 4194304
  62. # retry-another-broker-when-not-store-ok: false
  63. # retry-times-when-send-failed: 2
  64. aws:
  65. clientRegion: cn-northwest-1
  66. bucketName: iformall-net
  67. access: ENC(3gx5ghDFBqGrEhO3Wf8aYmXsnwHO7Cj3HNKJGOeUj0o=)
  68. secret: ENC(HVKIJwCJKVXLlUpGlQPwNqJOlnpxn4xYuy91SH0seTSm2uAttIQHvA49fXWWax90v5wloIk0QuU=)
  69. wechat:
  70. web:
  71. appId: "wxe31beafbfd8295ba"
  72. secret: "c689fabf3c4c9f5b6424ff2a36a26727"
  73. url: "https://mall.youlane.cn"
  74. jasypt:
  75. encryptor:
  76. password: oRqdnDbK5pj3eMmB
  77. fm:
  78. exception: false
  79. ueditor:
  80. config: config.json
  81. unified: true
  82. upload-path: ./upload/
  83. url-prefix: ""
  84. logging:
  85. level:
  86. tk.mybatis: debug
  87. com.iformall: debug
  88. path: ./logs/admin
  89. #rocketMQ
  90. rocketmq.name-server: 127.0.0.1:9876