init:初始化项目结构

This commit is contained in:
zhangzq
2026-01-08 20:34:59 +08:00
parent 49e9ac502f
commit d4b4059195
20 changed files with 466 additions and 968 deletions

53
pom.xml
View File

@@ -28,7 +28,10 @@
<modules>
<!-- 基础通用规则模块 -->
<module>nl-common</module>
<!--AGV模块-->
<module>nl-agv</module>
<!--系统管理模块-->
<module>nl-system</module>
<!-- 插件模块 -->
<module>nl-plugin</module>
@@ -247,7 +250,17 @@
<artifactId>sm-crypto</artifactId>
<version>0.3.2</version>
</dependency>
<dependency>
<groupId>nl.sdk</groupId>
<artifactId>sdk-all</artifactId>
<version>1.0.5-spring3.0</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>nl.sdk</groupId>
<artifactId>language</artifactId>
<version>1.0.5-spring3.0</version>
</dependency>
<!-- easyexcel -->
<dependency>
<groupId>com.alibaba</groupId>
@@ -318,12 +331,12 @@
<version>5.6.199</version>
</dependency>
<!--阿里云文件sdk-->
<dependency>
<groupId>com.aliyun.oss</groupId>
<artifactId>aliyun-sdk-oss</artifactId>
<version>3.15.1</version>
</dependency>
<!-- &lt;!&ndash;阿里云文件sdk&ndash;&gt;-->
<!-- <dependency>-->
<!-- <groupId>com.aliyun.oss</groupId>-->
<!-- <artifactId>aliyun-sdk-oss</artifactId>-->
<!-- <version>3.15.1</version>-->
<!-- </dependency>-->
<!--minio文件sdk-->
<dependency>
@@ -339,12 +352,12 @@
<version>1.5.4</version>
</dependency>
<!--阿里云邮件sdk-->
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>dm20151123</artifactId>
<version>1.0.6</version>
</dependency>
<!-- &lt;!&ndash;阿里云邮件sdk&ndash;&gt;-->
<!-- <dependency>-->
<!-- <groupId>com.aliyun</groupId>-->
<!-- <artifactId>dm20151123</artifactId>-->
<!-- <version>1.0.6</version>-->
<!-- </dependency>-->
<!-- 腾讯云邮件sdk -->
<dependency>
@@ -353,12 +366,12 @@
<version>3.1.944</version>
</dependency>
<!--阿里云短信sdk-->
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>dysmsapi20170525</artifactId>
<version>2.0.24</version>
</dependency>
<!-- &lt;!&ndash;阿里云短信sdk&ndash;&gt;-->
<!-- <dependency>-->
<!-- <groupId>com.aliyun</groupId>-->
<!-- <artifactId>dysmsapi20170525</artifactId>-->
<!-- <version>2.0.24</version>-->
<!-- </dependency>-->
<!--腾讯云短信sdk-->
<dependency>