This CHORN's repository project aims to explore the latest significant improvements in OpenJDK v21 and the Spring Boot framework.
- JDK 21 installed
- Spring Boot 3.x installed
./mvnw spring-boot:run
GET /
GET /hello?name=John
POST /users
{
"name": "John",
"email": "john@email.com",
"age": 21
}
GET /users