Rename project and add interactive Thymeleaf showcase

This commit is contained in:
2026-08-19 21:46:29 +08:00
parent 10addc4d52
commit 11894f5998
41 changed files with 647 additions and 748 deletions
+7 -3
View File
@@ -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>