init:初始化项目结构
This commit is contained in:
53
pom.xml
53
pom.xml
@@ -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>
|
||||
<!-- <!–阿里云文件sdk–>-->
|
||||
<!-- <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>
|
||||
<!-- <!–阿里云邮件sdk–>-->
|
||||
<!-- <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>
|
||||
<!-- <!–阿里云短信sdk–>-->
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>com.aliyun</groupId>-->
|
||||
<!-- <artifactId>dysmsapi20170525</artifactId>-->
|
||||
<!-- <version>2.0.24</version>-->
|
||||
<!-- </dependency>-->
|
||||
|
||||
<!--腾讯云短信sdk-->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user