spring: profiles: include: aliyunRocketMQ #include: rabbitMQ # JDBC datasource: #url: jdbc:mysql://rm-2zel9i9t555zy7lftmo.mysql.rds.aliyuncs.com:3306/mallink?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true url: jdbc:mysql://zc349w82qvn56ftl5e64-rw4rm.rwlb.rds.aliyuncs.com:3306/mallink?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true username: ENC(dZ8fmrtuBMQYaRytKQgTqg==) password: ENC(IKH7HxMZwIqMttMc9+QsqWa1KMsJvTs4) type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver filters: stat maxActive: 20 initialSize: 1 maxWait: 60000 minIdle: 1 timeBetweenEvictionRunsMillis: 28000 minEvictableIdleTimeMillis: 28000 validationQuery: select 'x' testWhileIdle: true testOnBorrow: false testOnReturn: false poolPreparedStatements: true maxOpenPreparedStatements: 20 connectionProperties: "druid.stat.mergeSql=true;druid.stat.slowSqlMillis=6000" #jackson: #date-format: yyyy-MM-dd HH:mm:ss # REDIS redis: host: 101.201.103.81 port: 6379 password: ENC(xPFDlgd6v8zUhJMbcKc0KmmQiqs9qHtk) timeout: 3600 expire: 1800 #30分钟 database: 5 defaultExpiration: 2592000 # 默认生命周期30天 jedis: pool: max-active: 50 max-idle: 50 max-wait: -1 min-idle: 10 # SMS aliyun: sms: accessKeyId: LTAI4G7ixY4AhvM35F8o3W3V accessKeySecret: VfWqGb83qIQrS9us45utskl8itd7ry product: Dysmsapi domain: dysmsapi.aliyuncs.com regionId: cn-hangzhou dateFormat: yyyyMMdd endpointName: cn-hangzhou oss: endpoint: oss-cn-beijing.aliyuncs.com keyid: LTAI4G7ixY4AhvM35F8o3W3V keysecret: VfWqGb83qIQrS9us45utskl8itd7ry bucketname: formall filehost: malinkmqconsumer filedomain: http://formall.oss-accelerate.aliyuncs.com # EMAIL mail: host: smtp.exmail.qq.com username: zhengfangyuan@iformall.com password: xnydCeUzofB2h8qp # 授权密码 properties: mail: smtp: auth: true starttls: enable: true socketFactory: port: 465 class: javax.net.ssl.SSLSocketFactory rocketmq: nameServer: 127.0.0.1:9876 producer: retry-times-when-send-async-failed: 0 send-msg-timeout: 300000 compress-msg-body-over-howmuch: 4096 max-message-size: 4194304 retry-another-broker-when-not-store-ok: false retry-times-when-send-failed: 2 rabbitmq: host: 202.165.179.86 port: 5672 username: ENC(2f9Nqt3c4cbVGYnhpjp9Mg==) password: ENC(2av0JfMfz141IHkG6ibI8aKzmD33bc64wcN/O43ucbo=) publisher-confirms: true publisher-returns: false virtual-host: / aliyunRocketmq: accessKeyId: "LTAI4G7ixY4AhvM35F8o3W3V" accessKeySecret: "VfWqGb83qIQrS9us45utskl8itd7ry" groupId: "GID_P_1" namesrvAddr: "http://MQ_INST_1796289517488555_Bcqaq2is.cn-beijing.mq-internal.aliyuncs.com:8080" aws: clientRegion: cn-northwest-1 bucketName: iformall-net access: ENC(3gx5ghDFBqGrEhO3Wf8aYmXsnwHO7Cj3HNKJGOeUj0o=) secret: ENC(HVKIJwCJKVXLlUpGlQPwNqJOlnpxn4xYuy91SH0seTSm2uAttIQHvA49fXWWax90v5wloIk0QuU=) wechat: open: componentAppId: "wxdfc8fb4e62d6b52b" componentSecret: "98daa62b316dd6feabaad708327ce233" componentToken: "formall2018" componentAesKey: "htKq8EjBMPNndfZQK9JiFojFaqFwFpw42VfeWFtx7HN" redis: host: 101.201.103.81 port: 6379 password: ENC(xPFDlgd6v8zUhJMbcKc0KmmQiqs9qHtk) timeout: 3600 expire: 1800 #30分钟 database: 2 defaultExpiration: 2592000 # 默认生命周期30天 jedis: pool: max-active: 100 max-idle: 500 max-wait: -1 min-idle: 10 jasypt: encryptor: password: oRqdnDbK5pj3eMmB fm: exception: true exception_emails: houtaikaifa@iformall.com deploy: 1 open: true upload_dir: /home/test/server/uploads/ logging: level: com.iformall.mapper: debug path: ./logs/m