STS Spring Roo没有创建实体

时间:2013-03-15 23:24:53

标签: spring-roo

我只需下载完整的STS并创建一个Roo项目。我执行了

persistence setup --provider HIBERNATE --database HYPERSONIC_PERSISTENT

一切正常。然后我执行了

database properties list

我得到了一个属性列表。然后我执行了

entity --class ~.domain.Rsvp

我得到了

Command 'entity --class ~.domain.Rsvp' not found (for assistance press CTRL+SPACE or type "hint" then hit ENTER)

有谁知道如何解决这个问题?

1 个答案:

答案 0 :(得分:3)

你正在使用什么版本的Roo?如果您使用的是roo 1.2.2或更高版本,请尝试以下命令。

entity jpa --class ~.domain.Rsvp