update:功能
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
<artifactId>ski-dashboard</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<groupId>com.ski.lichuan</groupId>
|
||||
<artifactId>ski-dashboard-common</artifactId>
|
||||
|
||||
<properties>
|
||||
@@ -38,4 +36,16 @@
|
||||
<version>3.0.5</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
<!-- 排除Spring Boot Maven插件,因为这是一个数据模型模块,不是可执行应用程序 -->
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
Reference in New Issue
Block a user