|
@@ -5,8 +5,9 @@ telegram:
|
|
|
bot:
|
|
|
|
|
|
#小易
|
|
|
- token: "8057879283:AAF5sta5RKgI_HvFqw86-mraHg7fD6p0UQ4"
|
|
|
-
|
|
|
+ # token: "8057879283:AAF5sta5RKgI_HvFqw86-mraHg7fD6p0UQ4"
|
|
|
+ #百事
|
|
|
+ token: "7948317344:AAFGfQyQIJrZfkCyaGbCcriFGUku4tOEskc"
|
|
|
# 配置数据源信息
|
|
|
spring:
|
|
|
datasource:
|
|
@@ -16,9 +17,13 @@ spring:
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver # mysql驱动
|
|
|
|
|
|
#小易
|
|
|
- jdbc-url: jdbc:mysql://rm-3nsku90lhvto0h705.mysql.rds.aliyuncs.com/jebot?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
|
|
|
- username: bayue
|
|
|
- password: bvuzCeQMDVb^sy6W
|
|
|
+# jdbc-url: jdbc:mysql://rm-3nsku90lhvto0h705.mysql.rds.aliyuncs.com/jebot?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
|
|
|
+# username: bayue
|
|
|
+# password: bvuzCeQMDVb^sy6W
|
|
|
+ #百事
|
|
|
+ jdbc-url: jdbc:mysql://rm-3nse1a607497kcxcl.mysql.rds.aliyuncs.com/jebot?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
|
|
|
+ username: xiaopengxixijishu
|
|
|
+ password: Ltadmin123
|
|
|
|
|
|
hikari:
|
|
|
connection-timeout: 30000 # 等待连接池分配连接的最大时长(毫秒),超过这个时长还没可用的连接则发生SQLException, 默认:30秒
|
|
@@ -35,9 +40,13 @@ spring:
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver # mysql驱动
|
|
|
|
|
|
#小易
|
|
|
- jdbc-url: jdbc:mysql://rm-3nsku90lhvto0h705.mysql.rds.aliyuncs.com/xiaoyixxpay?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
|
|
|
- username: bayue
|
|
|
- password: bvuzCeQMDVb^sy6W
|
|
|
+# jdbc-url: jdbc:mysql://rm-3nsku90lhvto0h705.mysql.rds.aliyuncs.com/xiaoyixxpay?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
|
|
|
+# username: bayue
|
|
|
+# password: bvuzCeQMDVb^sy6W
|
|
|
+ #百事2
|
|
|
+ jdbc-url: jdbc:mysql://rm-3nse1a607497kcxcl.mysql.rds.aliyuncs.com/sifang2?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
|
|
|
+ username: xiaopengxixijishu
|
|
|
+ password: Ltadmin123
|
|
|
|
|
|
|
|
|
hikari:
|