spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://172.192.13.95:3306/common_data?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 username: root password: root redis: host: 172.192.10.105 port: 30013 password: jackson: time-zone: Asia/Shanghai date-format: yyyy-MM-dd HH:mm:ss mybatis: mapper-locations: classpath:mapper/*.xml type-aliases-package: com.huashe.common.domain.model,com.huashe.common.weather.model holiday: cron: 0 0 8 1 * ? url: https://unpkg.com/holiday-calendar@1.1.6/data/CN/#year#.json weather: rt-cron: 0 15 0,6,12,18 * * ? forecast-cron: 0 15 8 * * ? # 服务提供商 service-provider: amap region: # 数据来源 db、conf source: db conf-adcodes: amap: url: https://restapi.amap.com/v3/weather/weatherInfo?key=${weather.amap.key}&city=#{adcode}&extensions=#{extensions}&output=JSON key: 9a5a4852c8698e783989e7f376d77816 weatherList: - '1101:晴' - '1103:多云' - '1106:阴' - '2200:雪' - '2100:雨' - '4100:雾' - '4200:霾' - '4300:沙' - '4300:尘'