server: port: 8081 spring: application: name: admin cloud: nacos: config: server-addr: 192.168.101.104:8848 file-extension: yaml namespace: fire discovery: server-addr: 192.168.101.104:8848 namespace: fire service: admin datasource: username: root password: root driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://localhost:3306/fire?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai hikari: minimum-idle: 5 maximum-pool-size: 15 connection-test-query: SELECT 1 max-lifetime: 1600000 connection-timeout: 30000 pool-name: DatebookHikariCP redis: cluster: nodes: 192.168.101.100:7001,192.168.101.100:7002,192.168.101.100:7003,192.168.101.101:7004,192.168.101.101:7005,192.168.101.101:7006,192.168.101.102:7007,192.168.101.102:7008 # host: 192.168.101.100 # port: 11670 jwt: header: Authorization tokenHead: Bearer mybatis-plus: configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl global-config: db-config: logic-delete-field: delFlag mapper-locations: classpath:mapper/*.xml typeAliasesPackage: com.fire.dto.system