1
mirror of https://github.com/CarmJos/UltraDepository.git synced 2026-06-04 16:48:21 +08:00

[v1.2.3] 版本修复

- [A] 采用新版 EasyPlugin ,修改SQL语句使其更加优雅。
This commit is contained in:
2022-01-08 01:05:59 +08:00
parent 988fe600ce
commit f001ac0010
7 changed files with 103 additions and 91 deletions
+1
View File
@@ -29,6 +29,7 @@ storage:
# 数据库驱动路径
driver: "com.mysql.jdbc.Driver"
url: "jdbc:mysql://127.0.0.1:3306/<db-name>"
table: "ud_data" # 插件表名,允许自定义
username: "username"
password: "password"