|
@@ -3,11 +3,15 @@ server:
|
|
|
# 机器人配置
|
|
|
telegram:
|
|
|
bot:
|
|
|
+# token: "8185747478:AAHjhpvGgLy6pwj3g3QquTsp21WB4N60pjM"
|
|
|
+
|
|
|
|
|
|
#小易
|
|
|
# token: "8057879283:AAF5sta5RKgI_HvFqw86-mraHg7fD6p0UQ4"
|
|
|
#百事
|
|
|
token: "7948317344:AAFGfQyQIJrZfkCyaGbCcriFGUku4tOEskc"
|
|
|
+
|
|
|
+
|
|
|
# 配置数据源信息
|
|
|
spring:
|
|
|
datasource:
|
|
@@ -16,6 +20,11 @@ spring:
|
|
|
type: com.zaxxer.hikari.HikariDataSource # 数据源类型:HikariCP
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver # mysql驱动
|
|
|
|
|
|
+
|
|
|
+ # jdbc-url: jdbc:mysql://127.0.0.1:3306/jebot?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
|
|
|
+ # username: root
|
|
|
+ # password: SAu961102
|
|
|
+
|
|
|
#小易
|
|
|
# jdbc-url: jdbc:mysql://rm-3nsku90lhvto0h705.mysql.rds.aliyuncs.com/jebot?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
|
|
|
# username: bayue
|
|
@@ -25,6 +34,7 @@ spring:
|
|
|
username: xiaopengxixijishu
|
|
|
password: Ltadmin123
|
|
|
|
|
|
+
|
|
|
hikari:
|
|
|
connection-timeout: 30000 # 等待连接池分配连接的最大时长(毫秒),超过这个时长还没可用的连接则发生SQLException, 默认:30秒
|
|
|
minimum-idle: 5 # 最小连接数
|
|
@@ -44,10 +54,14 @@ spring:
|
|
|
# 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
|
|
|
+# jdbc-url: jdbc:mysql://rm-3nse1a607497kcxcl.mysql.rds.aliyuncs.com/sifang2?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
|
|
|
+# username: xiaopengxixijishu
|
|
|
+# password: Ltadmin123
|
|
|
+
|
|
|
|
|
|
+ jdbc-url: jdbc:mysql://127.0.0.1:3306/xxpay4pro?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
|
|
|
+ username: root
|
|
|
+ password: SAu961102
|
|
|
|
|
|
hikari:
|
|
|
connection-timeout: 30000 # 等待连接池分配连接的最大时长(毫秒),超过这个时长还没可用的连接则发生SQLException, 默认:30秒
|