spring: datasource: driver-class-name: com.mysql.jdbc.Driver url: jdbc:mysql://localhost:3306/boot_security?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false username: root password: root druid: initialSize: 5 minIdle: 5 maxActive: 20 maxWait: 60000 timeBetweenEvictionRunsMillis: 60000 minEvictableIdleTimeMillis: 300000 validationQuery: SELECT 1 testWhileIdle: true testOnBorrow: true testOnReturn: false poolPreparedStatements: true maxPoolPreparedStatementPerConnectionSize: 20 filters: stat,wall connectionProperties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000 stat-view-servlet: allow: 127.0.0.1 jackson: date-format: yyyy-MM-dd HH:mm:ss joda-date-time-format: yyyy-MM-dd HH:mm:ss time-zone: GMT+8 servlet: multipart: max-file-size: 100MB max-request-size: 100MB mvc: servlet: load-on-startup: 1 redis: host: localhost port: 6379 timeout: 5000 lettuce: pool: min-idle: 0 max-idle: 8 max-active: 8 max-wait: -1 mail: default-encoding: UTF-8 host: smtp.163.com username: password: protocol: smtp test-connection: false mybatis: type-aliases-package: com.boot.security.server.model mapper-locations: classpath:/mybatis-mappers/* configuration: mapUnderscoreToCamelCase: true files: path: ${file-path:d:/files} logging: config: classpath:logback-admin.xml log: level: root: info my: debug file: logs/admin-server.log maxsize: 30MB token: expire: seconds: 7200 jwtSecret: (XIAO:)_$^11244^%$_(WEI:)_@@++--(LAO:)_++++_.sds_(SHI:) server: port: 8080