Skip to content

charpin/spring-project-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Spring demo projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages