分享至
朋友圈
微信
qq空间
qq
微博
复制
class ShopService{ def grailsApplication def test(){ grailsApplication.mainContext.getBean('myService') } }