You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- spring:
- profiles:
- include: rabbitMQ
- # JDBC
- datasource:
- url: jdbc:mysql://formalldb.cfqyqflkdlit.rds.cn-northwest-1.amazonaws.com.cn:3306/mallink?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true
- username: ENC(NUzgQOdJnCbVLKT6BaX0aw==)
- password: ENC(mvuoDRiu0jqYaKNRwwTuXZ6U7aoIaqsjdiPqTLgi/nY=)
- 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"
- # REDIS
- redis:
- host: 127.0.0.1
- port: 6379
- password: ENC(8gYU47Fu93NUJPhwPCiPbAT+6VFA1YDx1egK4Z0Nl6w=)
- timeout: 3600
- expire: 1800 #30分钟
- database: 1
- defaultExpiration: 2592000 # 默认生命周期30天
- jedis:
- pool:
- max-active: 8
- max-idle: 8
- max-wait: -1
- min-idle: 0
- # EMAIL
- mail:
- host: smtp.exmail.qq.com
- username: ENC(I2YKxnRVPY7J1r/bwzwHOhQCjj3nVqCWEbVTJvBq7y0=)
- password: ENC(APQMO9XQRzMKd0eap+oSSOYH9MQe/r5K0YFF9A9mizU=) # 授权密码
- properties:
- mail:
- smtp:
- auth: true
- starttls:
- enable: true
- socketFactory:
- port: 465
- class: javax.net.ssl.SSLSocketFactory
- # RABBITMQ
- rabbitmq:
- host: localhost
- port: 5672
- username: ENC(lRmLd6EzgeY1RT5ktcHv9g==)
- password: ENC(gBI8mCjr3OC0v57jcnSb660Ux7mW03K2oePgvohhg7w=)
- publisher-confirms: true
- virtual-host: /
-
- aws:
- clientRegion: cn-northwest-1
- bucketName: iformall-net
- access: ENC(a6SN1sZ1enNL49ypiOXkg/pPPAnZD8H4buQFTTKN08s=)
- secret: ENC(5P5ff4bTMJUbXVR4ZsM03UHzOKZ4+Zg5Iutcdkyp/Quny/oXg+A4KpfwEyGarlLu3vQMJahGP5M=)
-
-
-
- fm:
- exception: true
-
- logging:
- level:
- tk.mybatis: debug
- com.iformall: debug
- path: ./logs/m
|