server: port: 8080 spring: datasource: video-vector: driver-class-name: com.mysql.jdbc.Driver jdbc-url: jdbc:mysql://rm-bp17q95335a99272b.mysql.rds.aliyuncs.com:3306/deconstruct-vector?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false username: crawler password: crawler123456@ type: com.zaxxer.hikari.HikariDataSource hikari: minimum-idle: 10 maximum-pool-size: 20 connection-test-query: SELECT 1 redis: host: r-bp1zg8fw8db0vxdo2m.redis.rds.aliyuncs.com port: 6379 password: Wqsd@2026 xxl: job: admin: addresses: http://xxl-job-internal.piaoquantv.com/xxl-job-admin aliyun: log: endpoint: cn-hangzhou.log.aliyuncs.com accessKeyId: LTAIP6x1l3DXfSxm accessKeySecret: KbTaM9ars4OX3PMS6Xm7rtxGr1FLon project: video-vector-server-prod logstore: info: info-log error: error-log request: request-log apollo: meta: http://apolloconfig-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://eureka-internal.piaoquantv.com/eureka/ # 注册中心 URL