ttp-pull-push-example.0.5.8.source-code.application.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http-pull-push-example Show documentation
Show all versions of http-pull-push-example Show documentation
Periodically pull and push HTTP APIs
The newest version!
## name of CamelContext
camel.springboot.name=pullpush
## global options of the HTTP GET connector
http-get.scheme=http
http-get.hostname=localhost
http-get.port=8080
http-get.path=myservice
## global options of the HTTP POST connector
http-post.scheme=http
http-post.hostname=localhost
http-post.port=8080
http-post.path=myotherservice