增加 jenkins 示例

This commit is contained in:
YunaiV
2020-01-13 20:02:24 +08:00
parent 8793fff08d
commit ace1cfe9bd
2 changed files with 1 additions and 7 deletions

View File

@@ -43,12 +43,6 @@
<artifactId>brave-opentracing</artifactId>
<version>0.35.0</version>
</dependency>
<!-- 实现对 SpringMVC 的自动化配置 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
</dependencies>
<dependencyManagement>

View File

@@ -30,7 +30,7 @@
<build>
<!-- 设置构建的 jar 包名 -->
<finalName>${artifactId}</finalName>
<finalName>${project.artifactId}</finalName>
<!-- 使用 spring-boot-maven-plugin 插件打包 -->
<plugins>
<plugin>