BilalAM / self-erp

Collection of small microservices building up a small erp with JavaFX and Springboot
3 stars 1 forks source link

Consider changing the rest client of commons to Jersey #1

Closed BilalAM closed 5 years ago

BilalAM commented 5 years ago

I will most probably change the rest client of commons module to use the Jersey framework instead of the default springboot rest service since Jersey is more easy to use and simpler .

BilalAM commented 5 years ago

DONE !