Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Spring roo 是一个使用 JPA 支持在几分钟内构建 MVC 应用程序的项目(我认为......我从未使用过它)。
那么,是否存在像 roo 这样的 spring 项目来为现有数据库构建带有 CRUD 方法的 Spring Rest 存储库?
好吧,尝试 spring boot 我发现一个 spring boot 应用程序定义了所有 jpa 存储库并配置了到数据库的连接,spring boot 默认提供所有 CRUD Rest 方法。
JHipster 也可以提供帮助......该工具从数据库模型构建整个项目