server: port: 9560 servlet: context-path: /ldb-airport-netty-server session: persistent: false tomcat: accept-count: 150 uri-encoding: UTF-8 threads: max: 20 spring: application: name: /ldb-airport-netty-server jackson: date-format: yyyy-MM-dd HH:mm:ss default-property-inclusion: non_null time-zone: GMT+8 datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://192.168.99.12:3306/ldb_airport?characterEncoding=utf8&autoReconnect=true&allowMultiQueries=true&useSSL=false&serverTimezone=Asia/Shanghai username: root password: nqj##361 hikari: maximum-pool-size: 10 minimum-idle: 5 connection-timeout: 30000 idle-timeout: 600000 max-lifetime: 1800000 messages: basename: message/messages_zh_CN encoding: UTF-8 servlet: multipart: enabled: true max-file-size: 50MB max-request-size: 50MB redis: database: 5 host: 127.0.0.1 lettuce: pool: max-active: 8 #最大连接数据库连接数,设 0 为没有限制 max-idle: 8 #最大等待连接中的数量,设 0 为没有限制 max-wait: -1ms #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。 min-idle: 0 #最小等待连接中的数量,设 0 为没有限制 shutdown-timeout: 100ms password: '' port: 6380 logging: file: name: ./logs/${spring.application.name}.log level: com.yixin.review: info logback: rollingpolicy: max-history: 10 max-file-size: 10MB mybatis: mapper-locations: classpath:mapper/*.xml type-aliases-package: com.yixin.review.model.entity configuration: cache-enabled: true map-underscore-to-camel-case: true pagehelper: helper-dialect: mysql page-size-zero: true params: count=countSql reasonable: true support-methods-arguments: true ##``````````````````````````````````` tkMapper 配置``````````````````````````````````````````````````````````````### mapper. mappers: com.yx.face.boot.component.tk.TKMapper ##``````````````````````````````````` 微信小程序配置``````````````````````````````````````````````````````````````### wx: miniapp: configs: - appid: wx1d8658b9d9597284 secret: 1a39f8be0b2d84a3176cb3c74a6dd222 token: #微信小程序消息服务器配置的token aesKey: #微信小程序消息服务器配置的EncodingAESKey msgDataFormat: JSON weixin.appid: wx1d8658b9d9597284 ##``````````````````````````````````` 在线文档 配置``````````````````````````````````````````````````````````````### swagger: enable: true knife4j: enable: true basic: enable: true ## Basic认证用户名 username: fyzd ## Basic认证密码 password: fyzd ##``````````````````````````````````` 上传文件 配置``````````````````````````````````````````````````````````````### file.upload.path: file/ file.upload.path.relative: /file/** web.address: https://ldb-airport.hz-hanghui.com:9100/ldb-airport-netty-server/ ##``````````````````````````````````` 人脸服务 配置``````````````````````````````````````````````````````````````### face.service.tb: http://10.61.107.140:1820 #定时任务 每5分钟 cron.face.clear.user: 0 1/5 * * * ?