如何删除 Spring Roo 中的实体?
I have accidentally created couple of entities in Roo.
Is there a way to delete these? I browsed through the commands list but did not come across anything meaningful?
Is there a command or will I have to start from scratch?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
保持 Roo shell 打开,只需在 IDE 或文件系统中删除您的实体(您的实体 Java 类),Roo 将完成其余所有操作。
Keeping Roo shell open just delete your entity (your entity Java class) in IDE or in file system and Roo will make all the rest.