This is a sample project demonstrating the different usages of the Swi (Spring Web Initializr) and Swip (Spring Web Initializr Plugin) projects.
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