feat: tool模块基础crud
This commit is contained in:
25
pom.xml
25
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user