1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- server:
- port: 8001
- spring:
- # redis:
- # hostName: r-bp1ps6my7lzg8rdhwx682.redis.rds.aliyuncs.com
- # port: 6379
- # password: Wqsd@2019
- # timeout: 1000
- # lettuce:
- # pool:
- # max-active: 8
- # max-wait: -1
- # max-idle: 8
- # min-idle: 0
- datasource:
- url: jdbc:mysql://rm-bp1159bu17li9hi94.mysql.rds.aliyuncs.com:3306/piaoquan-crawler?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull
- username: crawler
- password: crawler123456@
- driver-class-name: com.mysql.jdbc.Driver
- hikari:
- connection-timeout: 30000
- minimum-idle: 5
- maximum-pool-size: 10
- auto-commit: true
- idle-timeout: 30000
- apollo:
- meta: http://devapolloconfig-internal.piaoquantv.com
- aliyun:
- log:
- endpoint: cn-hangzhou.log.aliyuncs.com
- accessKeyId: LTAIP6x1l3DXfSxm
- accessKeySecret: KbTaM9ars4OX3PMS6Xm7rtxGr1FLon
- project: longarticle-recommend-server-test
- timer:
- log:
- project: longarticle-recommend-server-test
- logStore: timer
- logging:
- file:
- path: ./${spring.application.name}/logs/
|