Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.37 KB

File metadata and controls

47 lines (28 loc) · 1.37 KB

Java Spring Base System

A minimal REST API skeleton built with Spring Boot and an in-memory H2 database.


Technologies

Java Spring Boot Maven H2


About

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.


Installation

Run with the Maven wrapper (no local Maven install required):

# Linux / Mac
./mvnw spring-boot:run

# Windows
mvnw.cmd spring-boot:run

The API will start at http://localhost:8080.


License

This project is licensed under the MIT License.


Contact

LinkedIn E-mail