- Java 17
- Spring Boot 3
- Microstream
- Postgresql
mvn spring-boot:run
POST http://localhost:8080/students
Content-Type: application/json
{
"name": "Bruce"
}
To use Record you need to put extra config in jvm args
--add-exports java.base/jdk.internal.misc=ALL-UNNAMED