Grails 1.4 - ApplicationHolder、ConfigurationHolder 等发生了什么?
因此,所有静态持有者类都已被弃用(并且正在轰炸我的测试)。
例如,获取应用程序元数据的新方法是什么?之前,您可以使用 ApplicationHolder.application.metadata.'blah'
So, all the static holder classes have been deprecated (and are bombing my tests).
What's the new way to get at application metadata, for example? Before, you could use ApplicationHolder.application.metadata.'blah'
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它们已被 弃用,转而采用注入方法 我相信...
您可以添加:
对于需要此功能的类,那么应该在运行时注入它,并且您应该能够执行以下操作:
像以前一样?
可通过以下方式进行配置:
They're been deprecated in favor of the injection method I believe...
Can you add:
To your classes that require this, then it should be injected at run-time, and you should be able to do:
As before?
Configuration is available via: