Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- spring:
- # JDBC
- datasource:
- url: jdbc:mysql://formalldb.cfqyqflkdlit.rds.cn-northwest-1.amazonaws.com.cn:3306/mallinkTest?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false
- username: ENC(Uc0AjgkytxHHCwZrmDASWg==)
- password: ENC(nV4Mi3bEbBx0Fj7uUyYH55eTaqsFMjKvmNzagicH4pc=)
- 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: 60000
- minEvictableIdleTimeMillis: 300000
- 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(QFwqv3NshvvGhFPiP8rwhvbnxk+rFSqhJi8Pw6TogSg=)
- 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(HFbRXtAFVxU36Hk0yT3reyvRuLrw3RhMlbxFj9Ev/VY=)
- password: ENC(pk4+/3C5n2hMYmgi+VTqI4P1m77DllW8y4KElMXXmIo=) # 授权密码
- properties:
- mail:
- smtp:
- auth: true
- starttls:
- enable: true
-
- aws:
- clientRegion: cn-northwest-1
- bucketName: iformall-net
- access: ENC(NCLcmjwKpAWdn/abD17OKIY7yKepVLWzEpqRYUlURCw=)
- secret: ENC(TRcZqql0Rq5PExlMeH/4WiZ/i02b8FXKmLTBChJmbluTa1uoLS9LrHyNEMrqe1DK+QgOAdvqGBo=)
-
- wechat:
- open:
- componentAppId: "wx897e4673286c915d"
- componentSecret: "cdfdfda65c45689beb6766c4c427eed2"
- componentToken: "formall2018"
- componentAesKey: "htKq8EjBMPNndfZQK9JiFojFaqFwFpw42VfeWFtx7HN"
- redis:
- host: 127.0.0.1
- port: 6379
- password: ENC(QFwqv3NshvvGhFPiP8rwhvbnxk+rFSqhJi8Pw6TogSg=)
- timeout: 3600
- expire: 1800 #30分钟
- database: 1
- defaultExpiration: 2592000 # 默认生命周期30天
- jedis:
- pool:
- max-active: 100
- max-idle: 100
- max-wait: -1
- min-idle: 10
-
- fm:
- exception: true
-
- logging:
- level:
- tk.mybatis: debug
- com.iformall: debug
- path: ./logs/s
|