Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 633 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 633 Bytes

spring-project-demo

Minimal Spring Boot REST CRUD app.

Requirements

For building and running the application you need:

Running the application locally

There are two options :

  1. Execute the main method in the com.siicanada.article.ArticleApplication class from your IDE.
  2. Run the command line :
mvn spring-boot:run

API Documentation

SwaggerUI : http://<hostname>:<port>/article-api/swagger-ui.html (local : http://localhost:8080/article-api/swagger-ui.html)