1
mirror of https://github.com/CarmJos/MineSQL.git synced 2024-09-19 12:15:45 +00:00
Commit Graph

32 Commits

Author SHA1 Message Date
dependabot[bot]
7a1216e624
build(deps): bump com.mysql:mysql-connector-j from 8.0.31 to 8.2.0 (#7)
Bumps [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from 8.0.31 to 8.2.0.
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/8.0.31...8.2.0)

---
updated-dependencies:
- dependency-name: com.mysql:mysql-connector-j
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-01 02:19:57 +08:00
dependabot[bot]
24530e1f50
build(deps): bump h2 from 2.1.214 to 2.2.220 (#6)
Bumps [h2](https://github.com/h2database/h2database) from 2.1.214 to 2.2.220.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/compare/version-2.1.214...version-2.2.220)

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-08 12:33:30 +08:00
dependabot[bot]
a22d9bd797
build(deps): bump guava from 31.0.1-jre to 32.0.0-jre (#5)
Bumps [guava](https://github.com/google/guava) from 31.0.1-jre to 32.0.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-16 16:16:56 +08:00
62a8bc4629 fix(init): 修复SQL配置的Initializer未被调用的问题。 2023-04-17 00:49:46 +08:00
e6fad85438 feat(lib): 独立数据库依赖加载,缩减文件体积。 2023-03-16 01:12:25 +08:00
6331cf2047 fix(update): 修复更新检测配置读取错误的问题 2023-01-17 01:51:13 +08:00
d2df91d45c feat(platform): Support Sponge8 (#4) 2023-01-14 21:07:37 +08:00
huanmeng_qwq
3d885a85a2
feat(platform): Sponge8 support (#4)
* feat(support): 恢复Sponge代码

(cherry picked from commit 58bddd86aa)

* Sponge8 support

* Sponge8 support

* Sponge8 support

Co-authored-by: carm <carm@carm.cc>
2023-01-14 18:05:10 +08:00
3c45eb29bf fix(get): 修复获取首个Manager会出现报错的问题 2023-01-14 17:28:45 +08:00
ddf263c697 feat(get): 添加快速获取首个SQLManager实例的方法。 2023-01-05 19:18:17 +08:00
054f9bb04c feat(table): 添加单独的表声明类及快速初始化表方法。 2023-01-03 20:52:24 +08:00
1c650b53eb ci(deploy): 修复部署问题 2022-12-19 19:08:17 +08:00
5ecd7f54e2 ci(deploy): 支持三处同时部署 2022-12-19 18:46:38 +08:00
2321ed35c2 refactor(api): 支持独立创建注册池,便于插件内部管理链接 2022-12-19 18:07:34 +08:00
38afb05fc8 build(scm): 补全缺失的项目配置 2022-12-18 04:55:44 +08:00
708d3f8f3f fix(load): 修复插件加载时出现的问题 2022-12-18 03:58:46 +08:00
91beae16e7 build(deps): 修改依赖格式 2022-12-18 03:04:35 +08:00
5c30bea7eb feat(proj): 项目完成,测试使用。 2022-12-18 02:57:08 +08:00
1557c14116 refactor(api): 重新设计API接口 2022-09-26 22:25:28 +08:00
a2ab7d4d9f 修改文件夹名称 2022-03-13 19:42:48 +08:00
aa83feea05 采用独立文件的方式读取依赖版本 2022-02-24 05:58:11 +08:00
79ed47389a 完善项目配置 2022-02-24 05:11:31 +08:00
d5821016f1 [0.0.3-SNAPSHOT] 版本更新 2022-02-23 05:01:40 +08:00
c653391652 完成插件指令 2022-02-23 02:46:07 +08:00
108442ad43 新增通用接口与指令 2022-02-22 02:59:18 +08:00
67bd7a4141 改用BeeCP,修改部分接口方法。 2022-02-22 02:13:54 +08:00
c46d00d5c4 修改实现方式 2022-02-10 02:36:03 +08:00
Ghost_chu
e20b9ef90a sync with github 2022-01-29 23:22:42 +08:00
d514cb8d0e 测试部署与自动上传 2022-01-29 21:47:37 +08:00
d2fd0d58cf 测试部署与自动上传 2022-01-27 00:03:17 +08:00
229aca4eae 测试部署与自动上传 2022-01-26 23:29:14 +08:00
76b8d267e0 项目初始化 2022-01-26 23:11:35 +08:00