配置提交
This commit is contained in:
17
pom.xml
17
pom.xml
@@ -13,6 +13,7 @@
|
||||
<module>user</module>
|
||||
<module>detection</module>
|
||||
<module>storage</module>
|
||||
<module>event_smart</module>
|
||||
</modules>
|
||||
<packaging>pom</packaging>
|
||||
<name>融合各工具的项目</name>
|
||||
@@ -29,6 +30,22 @@
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
<properties>
|
||||
<spring-boot.version>2.3.12.RELEASE</spring-boot.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-dependencies</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
||||
Reference in New Issue
Block a user