An open API service indexing awesome lists of open source software.

https://github.com/orpolyzos/spring-web-initializr--plugin--demo


https://github.com/orpolyzos/spring-web-initializr--plugin--demo

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Spring Web Initializr (Plugin) Demo
==========
This is a sample project demonstrating the different usages of the
[Swi (Spring Web Initializr)](https://github.com/OrPolyzos/spring-web-initializr)
and [Swip (Spring Web Initializr Plugin)](https://github.com/OrPolyzos/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