https://github.com/davidmartinezros/calling-to-internet
Rest Service that call to an url to internet and response the content of the url
https://github.com/davidmartinezros/calling-to-internet
actuator rest-api restful-webservices spring-boot webservice
Last synced: about 2 months ago
JSON representation
Rest Service that call to an url to internet and response the content of the url
- Host: GitHub
- URL: https://github.com/davidmartinezros/calling-to-internet
- Owner: davidmartinezros
- License: gpl-2.0
- Created: 2017-04-10T19:27:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-07T09:06:20.000Z (over 8 years ago)
- Last Synced: 2025-05-22T22:43:40.119Z (about 1 year ago)
- Topics: actuator, rest-api, restful-webservices, spring-boot, webservice
- Language: Java
- Size: 73.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# calling to internet
## Rest Service that call to an url to internet and response the content of the url
## Version 1.0.0-SNAPSHOT
Initial Version
## Version 1.1.0-SNAPSHOT
Add dependency actuator for view app information like /health for show the state of the app and /mappings for shot the rest published services.