|
@@ -3,9 +3,9 @@
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
- <groupId>com.ruoyi</groupId>
|
|
|
- <artifactId>ruoyi</artifactId>
|
|
|
- <version>3.5.0</version>
|
|
|
+ <groupId>com.usky</groupId>
|
|
|
+ <artifactId>uskycloud</artifactId>
|
|
|
+ <version>0.0.1</version>
|
|
|
|
|
|
<!-- <parent>-->
|
|
|
<!-- <groupId>org.springframework.boot</groupId>-->
|
|
@@ -55,6 +55,7 @@
|
|
|
<poi.version>4.1.2</poi.version>
|
|
|
<commons-collections.version>3.2.2</commons-collections.version>
|
|
|
<transmittable-thread-local.version>2.12.2</transmittable-thread-local.version>
|
|
|
+ <mybatis-plus-boot-starter.version>3.3.0</mybatis-plus-boot-starter.version>
|
|
|
</properties>
|
|
|
|
|
|
<!-- 依赖声明 -->
|
|
@@ -116,6 +117,25 @@
|
|
|
<version>${spring-boot.mybatis}</version>
|
|
|
</dependency>
|
|
|
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.baomidou</groupId>
|
|
|
+ <artifactId>mybatis-plus-boot-starter</artifactId>
|
|
|
+ <version>${mybatis-plus-boot-starter.version}</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.baomidou</groupId>
|
|
|
+ <artifactId>mybatis-plus-generator</artifactId>
|
|
|
+ <version>${mybatis-plus-boot-starter.version}</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- 代码生成使用模板 -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.velocity</groupId>
|
|
|
+ <artifactId>velocity-engine-core</artifactId>
|
|
|
+ <version>${velocity.version}</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<!-- Swagger 依赖配置 -->
|
|
|
<dependency>
|
|
|
<groupId>io.swagger</groupId>
|
|
@@ -163,12 +183,6 @@
|
|
|
<version>${commons.fileupload.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <!-- 代码生成使用模板 -->
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.velocity</groupId>
|
|
|
- <artifactId>velocity-engine-core</artifactId>
|
|
|
- <version>${velocity.version}</version>
|
|
|
- </dependency>
|
|
|
|
|
|
<!-- Collection 增强Java集合框架 -->
|
|
|
<dependency>
|