修改InfraServer服务改成统一注册NACOS

This commit is contained in:
dengqichen 2025-05-13 15:57:34 +08:00
parent 1c1231d92d
commit d1c204e11d

13
pom.xml
View File

@ -133,6 +133,19 @@
</plugins> </plugins>
</build> </build>
<distributionManagement>
<repository>
<id>${release.repository.id}</id>
<name>${release.repository.name}</name>
<url>${release.repository.url}</url>
</repository>
<snapshotRepository>
<id>${snapshot.repository.id}</id>
<name>${snapshot.repository.name}</name>
<url>${snapshot.repository.url}</url>
</snapshotRepository>
</distributionManagement>
<!-- 使用 huawei / aliyun 的 Maven 源,提升下载速度 --> <!-- 使用 huawei / aliyun 的 Maven 源,提升下载速度 -->
<repositories> <repositories>
<repository> <repository>