grails-plugins / grails-rest-client-builder

REST client plugin that uses Spring's RestTemplate
http://grails.org/plugin/rest-client-builder
Apache License 2.0
65 stars 32 forks source link

Grails 2.4.3 , restbuilder is not injected, create new object to make request #38

Open arvind-das opened 9 years ago

arvind-das commented 9 years ago

I am using grails version 2.4.3. I installed plugin and tried to inject RestBuilder with RestBuilder restBuilder or just with def restBuilder, does not seem to be working. I had to create a new object for it. Shouldn't it be injected as a service ?

xiongg commented 7 years ago

me too , grails 2.4.4, no source code in plugins