Skip to content

Commit 19ca857

Browse files
author
搜云库
authored
Update pom.xml
Spring Boot 中使用 Dubbo 详解
1 parent 361c74c commit 19ca857

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spring-boot-dubbo/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
6+
77
<groupId>io.ymq.example</groupId>
88
<artifactId>spring-boot-dubbo</artifactId>
99
<packaging>pom</packaging>
@@ -135,7 +135,6 @@
135135
</dependencies>
136136
</dependencyManagement>
137137

138-
139138
<build>
140139
<resources>
141140
<resource>
@@ -172,4 +171,4 @@
172171
</pluginManagement>
173172
</build>
174173

175-
</project>
174+
</project>

0 commit comments

Comments
 (0)