|
@@ -15,13 +15,13 @@ spring:
|
|
|
# min-idle: 0
|
|
|
datasource:
|
|
|
crawler:
|
|
|
- jdbc-url: jdbc:mysql://rm-bp1159bu17li9hi94.mysql.rds.aliyuncs.com:3306/piaoquan-crawler?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false
|
|
|
- username: crawler
|
|
|
- password: crawler123456@
|
|
|
- # 测试库
|
|
|
-# jdbc-url: jdbc:mysql://rm-bp1k5853td1r25g3n690.mysql.rds.aliyuncs.com:3306/piaoquan-crawler?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false
|
|
|
+# jdbc-url: jdbc:mysql://rm-bp1159bu17li9hi94.mysql.rds.aliyuncs.com:3306/piaoquan-crawler?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false
|
|
|
# username: crawler
|
|
|
# password: crawler123456@
|
|
|
+ # 测试库
|
|
|
+ jdbc-url: jdbc:mysql://rm-bp1k5853td1r25g3n690.mysql.rds.aliyuncs.com:3306/piaoquan-crawler?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false
|
|
|
+ username: crawler
|
|
|
+ password: crawler123456@
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
hikari:
|
|
|
connection-timeout: 30000
|
|
@@ -111,4 +111,11 @@ aliyun:
|
|
|
|
|
|
logging:
|
|
|
file:
|
|
|
- path: ./${spring.application.name}/logs/
|
|
|
+ path: ./${spring.application.name}/logs/
|
|
|
+
|
|
|
+
|
|
|
+pushMessage:
|
|
|
+ callback:
|
|
|
+ topic: 3rd_party_push_message_callback_prod
|
|
|
+ groupId: GID_3RD_PARTY_PUSH_MESSAGE_CALLBACK_PROD
|
|
|
+ tag: mini
|