Skip to content

rafael-pieri/api-rest-algaworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Web Services RESTFul and Spring

Example of implementing a RESTFul web service. This service has no hypermedia...

How to run the application

Execute the following command to up a MySQL instance:

docker run --name mysql-instance -p 3306:3306 -e MYSQL_ROOT_PASSWORD=root -d mysql:8.0.18

And then:

mvn spring-boot:run

Swagger UI

http://localhost:8081/swagger-ui.html

About

Web Services RESTFul and Spring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages