1
mirror of https://github.com/CarmJos/MineSQL.git synced 2026-06-04 16:43:03 +08:00

refactor(api): 支持独立创建注册池,便于插件内部管理链接

This commit is contained in:
2022-12-19 18:07:34 +08:00
parent 38afb05fc8
commit 2321ed35c2
13 changed files with 70 additions and 77 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
<groupId>cc.carm.plugin</groupId>
<artifactId>minesql-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.0</version>
<version>1.1.0</version>
<modules>
<module>api</module>
<module>core</module>