Rename project and add interactive Thymeleaf showcase
This commit is contained in:
@@ -12,10 +12,10 @@
|
||||
</parent>
|
||||
|
||||
<groupId>com.hoelee</groupId>
|
||||
<artifactId>springboot-jsonplaceholder-demo</artifactId>
|
||||
<artifactId>spring-boot-demo</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<name>springboot-jsonplaceholder-demo</name>
|
||||
<description>A production-minded Spring Boot REST API showcase.</description>
|
||||
<name>spring-boot-demo</name>
|
||||
<description>An interactive Spring Boot and Thymeleaf portfolio showcase.</description>
|
||||
|
||||
<properties>
|
||||
<java.version>21</java.version>
|
||||
@@ -26,6 +26,10 @@
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-thymeleaf</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user