Skip to content

rkaraujo/rest-api-spring-boot-2

Repository files navigation

Customers API

This is a sample I made implementing a REST API using Spring Boot. It provides operations to manage a customer record.

Infos

Building the project:

mvn clean package

Docker compose for starting the application and a Postgresql database:

docker-compose up --build
  • Spring Boot
  • Spring Data
  • Postgresql
  • Flyway
  • Validation
  • Message Bundle
  • Swagger
  • Docker

Postman

This is a Postman collection that can be imported to make some tests:

renato-cliente.postman_collection.json

Swagger

Swagger for the API

http:https://localhost:8080/swagger-ui.html

About

REST API Spring Boot sample portfolio 2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published