Spring roo 不创建 finder
有谁知道,为什么Spring roo不创建finder? 我正在尝试创建查找器,例如:
finder add --finderName findAmenitysByDescription
但是 Roo 仅添加
finders = { "findAmenitysByDescription" }
到类 Amenity
中,而不创建 .aj
文件
有人对这个问题有建议吗?
Does anyone know, why Spring roo don't create finder?
I'm trying to create finder for example:
finder add --finderName findAmenitysByDescription
But Roo added only
finders = { "findAmenitysByDescription" }
into a class Amenity
without creating .aj
file
Does anyone have suggestions for this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否使用 Roo 命令
finder list
来获取您想要添加的 finder 名称?Did you use the Roo command
finder list
to get the finder name you wanted to add?