|
@@ -11,22 +11,22 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<artifactId>service-manage</artifactId>
|
|
|
<description>数据采集系统后台管理模块</description>
|
|
|
+ <version>1.0.0</version>
|
|
|
+ <packaging>jar</packaging>
|
|
|
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-web</artifactId>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-tomcat</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
<groupId>com.simuwang</groupId>
|
|
|
<artifactId>service-base</artifactId>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
+<!-- <build>-->
|
|
|
+<!-- <plugins>-->
|
|
|
+<!-- <plugin>-->
|
|
|
+<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
+<!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
|
|
|
+<!-- </plugin>-->
|
|
|
+<!-- </plugins>-->
|
|
|
+<!-- </build>-->
|
|
|
</project>
|