Skip to content

Commit

Permalink
增加 jenkins 示例
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Jan 13, 2020
1 parent 8793fff commit ace1cfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions lab-40/lab-40-opentracing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion lab-41/lab-41-demo02/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

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

0 comments on commit ace1cfe

Please sign in to comment.