Search code examples
spring-roo

How can I delete an entity in 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?


Solution

  • 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.