开发者

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

开发者 https://www.devze.com 2023-03-12 07:43 出处:网络
I have tried running a few commands with Roo and it keeps returning: roo> controller all --package com.package

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 a开发者_开发知识库nnotations:

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?

0

精彩评论

暂无评论...
验证码 换一张
取 消