我只需下载完整的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)
有谁知道如何解决这个问题?
答案 0 :(得分:3)
entity jpa --class ~.domain.Rsvp