|
|
|
|
@ -14,8 +14,8 @@
|
|
|
|
|
<name>${project.artifactId}</name>
|
|
|
|
|
<description>
|
|
|
|
|
infra 模块,主要提供两块能力:
|
|
|
|
|
1. 我们放基础设施的运维与管理,支撑上层的通用与核心业务。 例如说:定时任务的管理、服务器的信息等等
|
|
|
|
|
2. 研发工具,提升研发效率与质量。 例如说:代码生成器、接口文档等等
|
|
|
|
|
1. 我们放基础设施的运维与管理,支撑上层的通用与核心业务。 例如说:定时任务的管理、服务器的信息等等
|
|
|
|
|
2. 研发工具,提升研发效率与质量。 例如说:代码生成器、接口文档等等
|
|
|
|
|
</description>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
@ -143,7 +143,7 @@
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
<distributionManagement>
|
|
|
|
|
<distributionManagement>
|
|
|
|
|
<repository>
|
|
|
|
|
<id>central</id>
|
|
|
|
|
<name>Central Repository</name>
|
|
|
|
|
@ -166,8 +166,7 @@
|
|
|
|
|
<version>${spring.boot.version}</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<finalName>infra</finalName> <!-- 指定新的文件名 -->
|
|
|
|
|
<outputDirectory>../../packge</outputDirectory>
|
|
|
|
|
|
|
|
|
|
<outputDirectory>../../packge</outputDirectory>
|
|
|
|
|
</configuration>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
|