|
@@ -4,12 +4,12 @@
|
4
|
4
|
<modelVersion>4.0.0</modelVersion>
|
5
|
5
|
|
6
|
6
|
<groupId>io.zipcoder</groupId>
|
7
|
|
- <artifactId>demo</artifactId>
|
|
7
|
+ <artifactId>crud-app-starter</artifactId>
|
8
|
8
|
<version>0.0.1-SNAPSHOT</version>
|
9
|
9
|
<packaging>jar</packaging>
|
10
|
10
|
|
11
|
|
- <name>demo</name>
|
12
|
|
- <description>Demo project for Spring Boot</description>
|
|
11
|
+ <name>crud-app-starter</name>
|
|
12
|
+ <description>Starter project for Spring Boot-based CRUD applications</description>
|
13
|
13
|
|
14
|
14
|
<parent>
|
15
|
15
|
<groupId>org.springframework.boot</groupId>
|