Minimal Spring Boot REST CRUD app.
For building and running the application you need:
There are two options :
- Execute the
main
method in thecom.siicanada.article.ArticleApplication
class from your IDE. - Run the command line :
mvn spring-boot:run
SwaggerUI : http://<hostname>:<port>/article-api/swagger-ui.html (local : http://localhost:8080/article-api/swagger-ui.html)