Skip to content

pedrohenriquelacombe/spring-rest-crud-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring REST API CRUD example

This project is an implementation of a basic CRUD using RESTful principles.

About

The main goal of this project is to serve as a basis to start the development of a new REST API.

Technologies

Features

  • DTO (Data Transfer Object) principles
  • Automaticaly converter DTO to Entity
  • Custom Exception Handler messages

Built With

How can i test my endpoints?

First, open your preference code editor and run the following code below:

mvn clean install

After the maven downloaded all dependencies, run the SpringRestTemplateApplication.class.

For tests cases, you can check the API endpoints with Postman.

About

Use this repository as a basis to start the development of a new Java REST API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages