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
- Host: GitHub
- URL: https://github.com/orpolyzos/spring-web-initializr--plugin--demo
- Owner: OrPolyzos
- Created: 2019-11-27T18:17:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T23:34:33.000Z (over 4 years ago)
- Last Synced: 2025-03-30T14:01:47.799Z (about 1 year ago)
- Language: Java
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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