개발 - 기타/Grails

Grails 3 RESTFull Client 설정

Joyakdol (조약돌) 2016. 7. 22. 16:10

Grails 3에서 RESTfull client를 사용하기 위한 설정 방법.


build.gradle의 dependencies 에 runtime 추가


dependencies {
...
runtime "org.grails.plugins:grails-http-builder-helper:1.0.0"
...
}


API 사용법 : https://github.com/jgritman/httpbuilder/wiki/RESTClient


Plugin Home Page : http://grails.org/plugin/rest



'개발 - 기타 > Grails' 카테고리의 다른 글

Grails 3 hsql datasource 설정  (0) 2016.07.21