Skip to content

Commit dc35bbb

Browse files
author
qct
committed
rename to spring-boot-examples
1 parent 2e0847b commit dc35bbb

File tree

19 files changed

+20
-20
lines changed

19 files changed

+20
-20
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<groupId>alex</groupId>
7-
<artifactId>spring-boot-learn</artifactId>
7+
<artifactId>spring-boot-examples</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

11-
<name>spring-boot-learn</name>
11+
<name>spring-boot-examples</name>
1212
<description>Demo project for Spring Boot</description>
1313

1414
<parent>

spring-boot-RESTful/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<parent>
1111
<groupId>alex</groupId>
12-
<artifactId>spring-boot-learn</artifactId>
12+
<artifactId>spring-boot-examples</artifactId>
1313
<version>0.0.1-SNAPSHOT</version>
1414
<relativePath>../</relativePath>
1515
</parent>

spring-boot-data-jpa/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<parent>
1010
<groupId>alex</groupId>
11-
<artifactId>spring-boot-learn</artifactId>
11+
<artifactId>spring-boot-examples</artifactId>
1212
<version>0.0.1-SNAPSHOT</version>
1313
<relativePath>../</relativePath>
1414
</parent>

spring-boot-flyway/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<parent>
1010
<groupId>alex</groupId>
11-
<artifactId>spring-boot-learn</artifactId>
11+
<artifactId>spring-boot-examples</artifactId>
1212
<version>0.0.1-SNAPSHOT</version>
1313
<relativePath>../</relativePath>
1414
</parent>

spring-boot-hello-world/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<parent>
1111
<groupId>alex</groupId>
12-
<artifactId>spring-boot-learn</artifactId>
12+
<artifactId>spring-boot-examples</artifactId>
1313
<version>0.0.1-SNAPSHOT</version>
1414
<relativePath>../</relativePath>
1515
</parent>

spring-boot-jaxrs-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<parent>
1010
<groupId>alex</groupId>
11-
<artifactId>spring-boot-learn</artifactId>
11+
<artifactId>spring-boot-examples</artifactId>
1212
<version>0.0.1-SNAPSHOT</version>
1313
<relativePath>../</relativePath>
1414
</parent>

spring-boot-kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<parent>
1010
<groupId>alex</groupId>
11-
<artifactId>spring-boot-learn</artifactId>
11+
<artifactId>spring-boot-examples</artifactId>
1212
<version>0.0.1-SNAPSHOT</version>
1313
<relativePath>../</relativePath>
1414
</parent>

spring-boot-mybatis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<parent>
1010
<groupId>alex</groupId>
11-
<artifactId>spring-boot-learn</artifactId>
11+
<artifactId>spring-boot-examples</artifactId>
1212
<version>0.0.1-SNAPSHOT</version>
1313
<relativePath>../</relativePath>
1414
</parent>

spring-boot-oauth2-resource/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<parent>
1111
<groupId>alex</groupId>
12-
<artifactId>spring-boot-learn</artifactId>
12+
<artifactId>spring-boot-examples</artifactId>
1313
<version>0.0.1-SNAPSHOT</version>
1414
<relativePath>../</relativePath>
1515
</parent>

spring-boot-oauth2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<parent>
1111
<groupId>alex</groupId>
12-
<artifactId>spring-boot-learn</artifactId>
12+
<artifactId>spring-boot-examples</artifactId>
1313
<version>0.0.1-SNAPSHOT</version>
1414
<relativePath>../</relativePath>
1515
</parent>

spring-boot-profile/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<parent>
1010
<groupId>alex</groupId>
11-
<artifactId>spring-boot-learn</artifactId>
11+
<artifactId>spring-boot-examples</artifactId>
1212
<version>0.0.1-SNAPSHOT</version>
1313
<relativePath>../</relativePath>
1414
</parent>

spring-boot-rabbitmq/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<parent>
1111
<groupId>alex</groupId>
12-
<artifactId>spring-boot-learn</artifactId>
12+
<artifactId>spring-boot-examples</artifactId>
1313
<version>0.0.1-SNAPSHOT</version>
1414
<relativePath>../</relativePath>
1515
</parent>

spring-boot-redis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<parent>
1111
<groupId>alex</groupId>
12-
<artifactId>spring-boot-learn</artifactId>
12+
<artifactId>spring-boot-examples</artifactId>
1313
<version>0.0.1-SNAPSHOT</version>
1414
<relativePath>../</relativePath>
1515
</parent>

spring-boot-retry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<parent>
1111
<groupId>alex</groupId>
12-
<artifactId>spring-boot-learn</artifactId>
12+
<artifactId>spring-boot-examples</artifactId>
1313
<version>0.0.1-SNAPSHOT</version>
1414
<relativePath>../</relativePath>
1515
</parent>

spring-boot-rocketmq/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<parent>
1010
<groupId>alex</groupId>
11-
<artifactId>spring-boot-learn</artifactId>
11+
<artifactId>spring-boot-examples</artifactId>
1212
<version>0.0.1-SNAPSHOT</version>
1313
<relativePath>../</relativePath>
1414
</parent>

spring-boot-security/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<parent>
1111
<groupId>alex</groupId>
12-
<artifactId>spring-boot-learn</artifactId>
12+
<artifactId>spring-boot-examples</artifactId>
1313
<version>0.0.1-SNAPSHOT</version>
1414
<relativePath>../</relativePath>
1515
</parent>

spring-boot-state-machine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<parent>
1111
<groupId>alex</groupId>
12-
<artifactId>spring-boot-learn</artifactId>
12+
<artifactId>spring-boot-examples</artifactId>
1313
<version>0.0.1-SNAPSHOT</version>
1414
<relativePath>../</relativePath>
1515
</parent>

spring-boot-swagger/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<parent>
1414
<groupId>alex</groupId>
15-
<artifactId>spring-boot-learn</artifactId>
15+
<artifactId>spring-boot-examples</artifactId>
1616
<version>0.0.1-SNAPSHOT</version>
1717
<relativePath>../</relativePath>
1818
</parent>

spring-boot-webflux/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<parent>
1010
<groupId>alex</groupId>
11-
<artifactId>spring-boot-learn</artifactId>
11+
<artifactId>spring-boot-examples</artifactId>
1212
<version>0.0.1-SNAPSHOT</version>
1313
<relativePath>../</relativePath>
1414
</parent>

0 commit comments

Comments
 (0)