This project is an example on how to implement a simple microservice with REST endpoints using Spring Boot.
You can access the REST API at : https://mariopmartins-reminder.herokuapp.com/swagger-ui.html
- Java 8+
Go on the project's root folder and type:
$ ./mvnw spring-boot:run
Import as Existing Maven Project and run it as Spring Boot App.
After running the application, type the http://localhost:8080/swagger.html
url to access the swagger interface and see all the available REST endpoints.