开发者

how to find grails dynamic method source code

What's a good way to find source code that would get generated for methods like : 'findBy' or 'addTo' that get dynamically created for domain classes? I am really curious what the 'addTo' me开发者_开发问答thod really does. thanks.


you can access the Grails source code via their Git repository, as long as you have a Git client you can check out the source here:

git clone http://github.com/grails/grails-core.git

all the details to access it are here:

http://www.grails.org/GrailsDevEnvironment

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜