A minimal REST API skeleton built with Spring Boot and an in-memory H2 database.
Simple REST API built with Java and Spring Boot, integrated with an in-memory H2 database. Intended as a base structure for Java backend projects — ready to extend with your own entities, repositories, and controllers.
Run with the Maven wrapper (no local Maven install required):
# Linux / Mac
./mvnw spring-boot:run
# Windows
mvnw.cmd spring-boot:runThe API will start at http://localhost:8080.
This project is licensed under the MIT License.