| 123456789101112131415161718192021222324252627282930 |
- server:
- port: 85
- spring:
- application:
- name: portal-site-back-crawler
- jackson:
- date-format: yyyy-MM-dd HH:mm:ss
- locale: zh_CN
- time-zone: GMT+8
- servlet:
- multipart:
- max-file-size: 100MB
- max-request-size: 100MB
- profiles:
- active: dev
- mybatis-plus:
- configuration:
- jdbc-type-for-null: 'null'
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
- global-config:
- banner: false
- db-config:
- id-type: ASSIGN_ID
- enable-sql-runner: true
- mapper-locations: classpath*:com/unis/**/mapping/*.xml
- news:
- # 国务院
- stateCouncil: https://www.gov.cn/pushinfo/v150203/index.htm
- # 青海省
- qinghai: http://www.qinghai.gov.cn/zwgk/xwdt/qhyw/
|