开发者

how to find grails dynamic method source code

开发者 https://www.devze.com 2023-03-03 03:38 出处:网络
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?

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

精彩评论

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