Skip to content

Commit f68a278

Browse files
author
zhifu.xin
committed
修改端口号
1 parent 83d79ae commit f68a278

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<module>springboot-erupt</module>
3131
<module>springboot-magic-api</module>
3232
<module>springboot-test</module>
33+
<module>springboot-webhook-wechat</module>
3334
</modules>
3435

3536
<properties>

springboot-webhook-wechat/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
6-
<groupId>org.springframework.boot</groupId>
7-
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.3.3.RELEASE</version>
9-
<relativePath/> <!-- lookup parent from repository -->
6+
<groupId>com.notebook</groupId>
7+
<artifactId>Springboot-Notebook</artifactId>
8+
<version>0.0.1-SNAPSHOT</version>
109
</parent>
11-
<groupId>com.xiaofu.webhook</groupId>
1210
<artifactId>springboot-webhook-wechat</artifactId>
1311
<version>0.0.1-SNAPSHOT</version>
1412
<name>springboot-webhook-wechat</name>

0 commit comments

Comments
 (0)