debug: true


spring:
  datasource:
    password: tuonq520
    username: root
    type: com.zaxxer.hikari.HikariDataSource
    driver-class-name: com.mysql.jdbc.Driver
    url: jdbc:mysql://192.168.42.1:5201/tuonq_fw?useUnicode=true&characterEncoding=utf-8&useSSL=false&zeroDateTimeBehavior=convertToNull
  http:
    converters:
      preferred-json-mapper: jackson



# 企业微信配置
qywx:
  corpid: ww8f998c05fc31f118
  corpSecret: 0Tj_MORzl-vuzhNlRSZtotY-Gm2jViwxdJkUXeMtFrU

logging:
  path: ./logs
  level: info

---
spring:
  profiles: dev




---
spring:
  profiles: sit
  redis:
    sentinel:
      master: tuonq
      nodes: tuonq_sentinel:26379