https://github.com/jonashackt/weatherbackend
Simple REST-Service based on SpringBoot to work as a Sample-Backend for Integration-Services
https://github.com/jonashackt/weatherbackend
Last synced: about 1 year ago
JSON representation
Simple REST-Service based on SpringBoot to work as a Sample-Backend for Integration-Services
- Host: GitHub
- URL: https://github.com/jonashackt/weatherbackend
- Owner: jonashackt
- License: mit
- Created: 2016-03-03T07:47:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T14:17:42.000Z (about 9 years ago)
- Last Synced: 2025-02-13T14:23:48.265Z (over 1 year ago)
- Language: Java
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Just a simple REST backend
> usable for other applications (e.g. [soap-mule-cxf](https://github.com/jonashackt/soap-mule-cxf)) or to show some REST-Calling stuff (e.g. with [rest-assured](https://github.com/rest-assured/rest-assured) or [unirest.io](http://unirest.io/java.html))
I added the really nice Swaggerfox-UI - just fire up WeatherBackendApplication and go to [http://localhost:8080/swagger-ui.html](http://localhost:8080/swagger-ui.html)