fix: 调整项目路径
This commit is contained in:
31
pom.xml
31
pom.xml
@@ -13,8 +13,37 @@
|
||||
<artifactId>material-manage-service</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<description>材料管理系统</description>
|
||||
|
||||
<properties>
|
||||
<dep.xxs-common-core.version>2.3.6.8-SNAPSHOT</dep.xxs-common-core.version>
|
||||
</properties>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>maven-snapshots-1</id>
|
||||
<name>maven-snapshots-1</name>
|
||||
<url>http://xxs1110.local:8082/repository/maven-snapshots/</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
</repository>
|
||||
</repositories>
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>maven-snapshots-1</id>
|
||||
<url>http://xxs1110.local:8082/repository/maven-snapshots/</url>
|
||||
<layout>default</layout>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
<dependencies>
|
||||
<!--基础依赖库-->
|
||||
<dependency>
|
||||
<groupId>com.jgy.xxs</groupId>
|
||||
<artifactId>network_base</artifactId>
|
||||
<version>${dep.xxs-common-core.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- test -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
Reference in New Issue
Block a user