spring: # JDBC datasource: url: jdbc:mysql://202.165.179.86:3306/mallink?characterEncoding=UTF-8&useSSL=false username: ENC(dZ8fmrtuBMQYaRytKQgTqg==) password: ENC(OZXsE6/Tj+V1Yu2wdjnIGbNOaBVQzi9W) type: com.alibaba.druid.pool.DruidDataSource driver_class: 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" #jackson: #date-format: yyyy-MM-dd HH:mm:ss # REDIS redis: host: 202.165.179.86 port: 6789 password: ENC(YOLO4buIPjiYfosG+Akk3XZ9HYrbCFco) timeout: 0 expire: 1800 #30分钟 pool: max-active: 8 max-idle: 8 max-wait: -1 min-idle: 0 fileUpload: path: /home/test/images server: http://202.165.179.86:8081/images logging: level: tk.mybatis: debug com.simple.mapper: debug