Why is Spring Roo giving me a “Member holding details required” error?

假装没事ソ 提交于 2019-12-11 06:23:34

问题


I have tried running a few commands with Roo and it keeps returning:

roo> controller all --package com.package    
Member holding details required

Additionally, when creating new entities, it does not create the normal Roo aspects it previously created. Now it just creates a new empty class with a few @Roo annotations:

roo> entity --class com.package.Dummy
Created SRC_MAIN_JAVA/com/package/Dummy.java

Searching the web has turned up empty on this specific error.

Any ideas?

来源:https://stackoverflow.com/questions/6332273/why-is-spring-roo-giving-me-a-member-holding-details-required-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!