server: port: 8080 spring: datasource: supply: driver-class-name: com.mysql.jdbc.Driver jdbc-url: jdbc:mysql://rm-bp13g3ra2f59q49xs.mysql.rds.aliyuncs.com:3306/ai_supply?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false username: wqsd password: wqsd@2025 type: com.zaxxer.hikari.HikariDataSource hikari: minimum-idle: 10 maximum-pool-size: 20 connection-test-query: SELECT 1 redis: host: r-bp1ps6my7lzg8rdhwxpd.redis.rds.aliyuncs.com port: 6379 password: Wqsd@2019 xxl: job: admin: addresses: http://xxl-job-test-internal.piaoquantv.com/xxl-job-admin aliyun: log: endpoint: cn-hangzhou.log.aliyuncs.com accessKeyId: LTAIP6x1l3DXfSxm accessKeySecret: KbTaM9ars4OX3PMS6Xm7rtxGr1FLon project: supply-server-test requestLogstore: request-log logstore: info: info-log error: error-log apollo: meta: http://testapolloconfig-internal.piaoquantv.com feign: client: config: default: # 默认 Feign 客户端配置 logger-level: NONE # 日志级别(NONE/BASE/HEADERS/FULL) connect-timeout: 20000 # 连接超时时间(毫秒) read-timeout: 20000 # 读取超时时间(毫秒) eureka: client: service-url: # Eureka 服务注册中心地址 defaultZone: http://testeureka-internal.piaoquantv.com/eureka/ # 注册中心 URL