feat: tool模块基础crud

This commit is contained in:
2026-01-28 19:50:22 +08:00
parent d7e48dda08
commit 4ab79d3afa
29 changed files with 1150 additions and 101 deletions

25
pom.xml
View File

@@ -41,22 +41,23 @@
<!-- 主启动模块 -->
<module>nl-web-app</module>
<module>nl-plugin-tool</module>
<module>nl-plugin-tool-api</module>
</modules>
<dependencyManagement>
<dependencies>
<!-- 项目管理 -->
<!-- <dependency>-->
<!-- <groupId>org.nl</groupId>-->
<!-- <artifactId>nl-plugin-pmm</artifactId>-->
<!-- <version>${snowy.version}</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.nl</groupId>-->
<!-- <artifactId>nl-plugin-pmm-api</artifactId>-->
<!-- <version>${snowy.version}</version>-->
<!-- </dependency>-->
<!-- snowy-common -->
<dependency>
<groupId>org.nl.tool</groupId>
<artifactId>nl-plugin-tool</artifactId>
<version>${snowy.version}</version>
</dependency>
<dependency>
<groupId>org.nl.tool.api</groupId>
<artifactId>nl-plugin-tool-api</artifactId>
<version>${snowy.version}</version>
</dependency>
<dependency>
<groupId>org.nl</groupId>
<artifactId>nl-common</artifactId>