|
@@ -1,70 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
- 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">
|
|
|
- <parent>
|
|
|
- <artifactId>usky-module-demo</artifactId>
|
|
|
- <groupId>com.usky</groupId>
|
|
|
- <version>0.0.1</version>
|
|
|
- </parent>
|
|
|
- <modelVersion>4.0.0</modelVersion>
|
|
|
-
|
|
|
- <artifactId>usky-module-demo-biz</artifactId>
|
|
|
- <dependencies>
|
|
|
- <dependency>
|
|
|
- <groupId>com.usky</groupId>
|
|
|
- <artifactId>common-cloud-starter</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-test</artifactId>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>com.github.pagehelper</groupId>
|
|
|
- <artifactId>pagehelper-spring-boot-starter</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>com.usky</groupId>
|
|
|
- <artifactId>ruoyi-common-swagger</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- </dependencies>
|
|
|
-
|
|
|
- <build>
|
|
|
- <finalName>${project.artifactId}</finalName>
|
|
|
- <plugins>
|
|
|
- <plugin>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
- <version>2.2.6.RELEASE</version>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <goals>
|
|
|
- <goal>repackage</goal>
|
|
|
- </goals>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>com.github.shalousun</groupId>
|
|
|
- <artifactId>smart-doc-maven-plugin</artifactId>
|
|
|
- <version>2.1.1</version>
|
|
|
- <configuration>
|
|
|
-
|
|
|
- <configFile>./src/main/resources/smart-doc.json</configFile>
|
|
|
-
|
|
|
- <projectName>test</projectName>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- </plugins>
|
|
|
- </build>
|
|
|
-
|
|
|
-</project>
|