Skip to content

Commit 1f04682

Browse files
author
zhanghonghao
committed
提交pom修改
1 parent 81755e2 commit 1f04682

File tree

1 file changed

+4
-3
lines changed
  • lab-04-rabbitmq/lab-04-rabbitmq-native

1 file changed

+4
-3
lines changed

lab-04-rabbitmq/lab-04-rabbitmq-native/pom.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
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
<parent>
6-
<artifactId>lab-04</artifactId>
7-
<groupId>cn.iocoder.springboot.labs</groupId>
8-
<version>1.0-SNAPSHOT</version>
6+
<groupId>org.springframework.boot</groupId>
7+
<artifactId>spring-boot-starter-parent</artifactId>
8+
<version>2.2.1.RELEASE</version>
9+
<relativePath/> <!-- lookup parent from repository -->
910
</parent>
1011
<modelVersion>4.0.0</modelVersion>
1112

0 commit comments

Comments
 (0)