Skip to content

victorDeveloper0821/Spring-boot-template

Repository files navigation

Spring Boot Skeleton Project Manual

Project Overview

The Spring Boot Skeleton Project is based on Spring Boot version 3.

Restful Endpoints

To define RESTful endpoints, utilize the spring-web-starter. You can create endpoints using @Controller or @ControllerAdvice for handling specific URLs and implementing error handlers, respectively.

Spring Security

For user authentication, Spring Security is integrated into the project.

Springdoc Swagger

Springdoc Swagger is integrated to provide an online OpenAPI documentation for your API.

About

Demo Swagger API example here

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published