Skip to content

nimpeboss/java-springboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-springboot

A minimal Spring Boot example application written in Java. This repository demonstrates a lightweight project structure suitable for learning and experimenting with Spring Boot features such as controllers, services, DTOs, and global exception handling.

Features

  • Simple REST controller and service layer
  • Example DTO and global exception handling
  • Basic project configuration using Maven
  • Readable project layout for learning and extension

Requirements

  • Java 17+ (or the JDK version configured in the project)
  • Maven 3.6+

Getting Started

  1. Build the project:

    mvn clean package
  2. Run the application:

    mvn spring-boot:run
  3. The application will start on http://localhost:8080 by default.

Project Status

The project is actively maintained for learning purposes. The project will still be updated when the developer is bored. 😄

Contributing

Contributions, bug reports, and improvements are welcome — feel free to open an issue or submit a pull request.

License

This project is provided under the MIT License. See the LICENSE file for details.

About

I made this project to learn about how to create a springboot project with java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages