|
@@ -3,10 +3,10 @@ server:
|
|
|
# 机器人配置
|
|
|
telegram:
|
|
|
bot:
|
|
|
- token: "8185747478:AAHjhpvGgLy6pwj3g3QquTsp21WB4N60pjM"
|
|
|
+# token: "8185747478:AAHjhpvGgLy6pwj3g3QquTsp21WB4N60pjM"
|
|
|
|
|
|
#印度
|
|
|
-# token: 8223554708:AAF61EA1TfOD4TXfm9QIbb21hqcCTATf0jE
|
|
|
+ token: 8223554708:AAF61EA1TfOD4TXfm9QIbb21hqcCTATf0jE
|
|
|
#小易
|
|
|
# token: "8057879283:AAF5sta5RKgI_HvFqw86-mraHg7fD6p0UQ4"
|
|
|
#百事
|
|
@@ -22,14 +22,14 @@ spring:
|
|
|
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://127.0.0.1:3306/jebot?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
|
|
|
+# username: root
|
|
|
+# password: SAu961102
|
|
|
|
|
|
#印度
|
|
|
-# jdbc-url: jdbc:mysql://127.0.0.1:3306/jebot?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
|
|
|
-# username: jebot
|
|
|
-# password: 6BSRrKfGcRCSN8bR
|
|
|
+ jdbc-url: jdbc:mysql://127.0.0.1:3306/jebot?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
|
|
|
+ username: jebot
|
|
|
+ password: 6BSRrKfGcRCSN8bR
|
|
|
|
|
|
#小易
|
|
|
# jdbc-url: jdbc:mysql://rm-3nsku90lhvto0h705.mysql.rds.aliyuncs.com/jebot?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
|
|
@@ -55,9 +55,9 @@ 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/xxpay4pro_xx?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
|
|
|
- username: root
|
|
|
- password: SAu961102
|
|
|
+# jdbc-url: jdbc:mysql://127.0.0.1:3306/xxpay4pro_main?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
|
|
|
+# username: root
|
|
|
+# password: SAu961102
|
|
|
|
|
|
#小易
|
|
|
# jdbc-url: jdbc:mysql://rm-3nsku90lhvto0h705.mysql.rds.aliyuncs.com/xiaoyixxpay?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
|
|
@@ -69,9 +69,9 @@ spring:
|
|
|
# password: Ltadmin123
|
|
|
|
|
|
#印度
|
|
|
-# jdbc-url: jdbc:mysql://rm-3nsku90lhvto0h705.mysql.rds.aliyuncs.com/gdspay?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
|
|
|
-# username: bayue
|
|
|
-# password: bvuzCeQMDVb^sy6W
|
|
|
+ jdbc-url: jdbc:mysql://rm-3nsku90lhvto0h705.mysql.rds.aliyuncs.com/gdspay?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
|
|
|
+ username: bayue
|
|
|
+ password: bvuzCeQMDVb^sy6W
|
|
|
|
|
|
hikari:
|
|
|
connection-timeout: 30000 # 等待连接池分配连接的最大时长(毫秒),超过这个时长还没可用的连接则发生SQLException, 默认:30秒
|