/mvc-people

Spring MVC demo

Primary LanguageJava

mvc-people

Simple Spring Boot MVC example.

Prerequisites:

Application properties can be configured in

/src/main/resources/application.yml

How to build and run

Type

mvn package
mvn spring-boot:run

Themes:

  • Spring MVC
  • Database Connectivity (MongoDB)
  • Unit Testing
  • Integration Testing with Testcontainers (MongoDB)
  • Open API
  • Spring RestDocs

Point your Browser to

http://localhost:8080/swagger-ui/index.html

to try out swagger ui, or

http://localhost:8080/docs/index.html

to browse the Spring Restdocs documentation.