Pregunta

I am writing spring data rest service and would like to generate Java client as a jar file for use by my other project. So is there some automated way to generate client or do I have to write one myself. If either way can you help me get started with this.

Thanks

¿Fue útil?

Solución

I haven't used Spring Data Web Exporter Client but that seems to be good way to go but if you want to go the other way and write your own client you can use Spring RestTemplate to consume all the url on your server side.

Otros consejos

Check this: Spring Data Web Exporter Client. You can assembly build script to create client jar archive.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top