Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- spring:
- # JDBC
- datasource:
- url: jdbc:mysql://202.165.179.86:3306/mallink_g?useUnicode=true&characterEncoding=UTF-8&useSSL=false
- username: ENC(dZ8fmrtuBMQYaRytKQgTqg==)
- password: ENC(OZXsE6/Tj+V1Yu2wdjnIGbNOaBVQzi9W)
- 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
- #jackson:
- #date-format: yyyy-MM-dd HH:mm:ss
-
- # REDIS
- redis:
- host: 202.165.179.86
- port: 6379
- password: ENC(aYJ3Wr2UWtkORRQjjrWWpz2ZeTISsHOA)
- timeout: 3600
- expire: 1800 #30分钟
- database: 1
- jedis:
- pool:
- max-active: 8
- max-idle: 8
- max-wait: -1
- min-idle: 0
-
- logging:
- level:
- tk.mybatis: debug
- com.iformall.mapper: debug
- path: ./logs/c
|