Spring Web Initializr (Plugin) Demo

This is a sample project demonstrating the different usages of the Swi (Spring Web Initializr) and Swip (Spring Web Initializr Plugin) projects.

Examples

Example A - RESTful API exposing User
Exposed at localhost:8080/api/user
Example B - RESTful API exposing UserDto
Exposed at localhost:8080/api/user/dto
Example C - MVC API exposing User
Exposed at localhost:8080/api/user/dto
Example D - MVC API exposing UserDto
Exposed at localhost:8080/api/user/dto