Skip to content

A spring httpinvoker client without spring dependencies

Notifications You must be signed in to change notification settings

dxee/httpinvoker

Repository files navigation

Usecase
Call spring httpinvoker services without import the dependencies of spring.

Background
I use guice + jersey for my daily work, i must call the services exported by spring httpinvoker exporter. I searched a lot and do not find any httpinvoker client repo that could call the spring httpinvoker services without the spring dependencies. So this repo is born.

Steps

  1. start the httpinvoker-server
cd httpinvoker-server  
mvn spring-boot:run
  1. run httpinvoker-nospringclient test
cd httpinvoker-nospringclient  
mvn test

Demo
Demo code is in the test class of HttpInvokerProxyTest

Thanks
Thanks for this repo decrease a lot of test work for me.

About

A spring httpinvoker client without spring dependencies

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages