Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages