Grails 2.0:有条件地实例化服务
在我的 Grails 应用程序中,我有一项服务使用具有“提供”范围的库,该范围未随应用程序一起提供。事实上,不能保证它会永远存在,因为客户必须购买它,如果他们决定不购买,该应用程序有一个后备方案。
在执行 run-app 时,即使没有执行服务代码,我仍然会收到该库的类的 NoClassDefFoundError
。
Grails 似乎正在尝试编译该类。我怎样才能防止这种情况发生?
亲切的问候
乔纳斯
In my Grails application I have a service using a library with the 'provided' scope which is not shipped with the application. In fact, there's no guarantee that is will ever be there because the customer has to buy it and if they decide not to, the app has a fall-back.
When doing run-app I still receive a NoClassDefFoundError
for a class of that library even tough no code of the service is executed.
It's seems Grails is trying to compile the class. How can I prevent that?
Kind Regards
Jonas
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论