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.
我最近试用了 JBoss Forge,并立即爱上了从现有关系数据库中模拟样例休息端点的能力。我也一直非常满意地利用弹簧靴,但我希望尝试将这两件事结合在一起。无论如何使用JBoss Forge或类似的东西生成一个CRUD spring mvc restful webservice?
看起来 Spring Data Rest 实际上能够在 Spring Data JPA 之上生成 restful 服务!这是史诗!
https://spring.io/guides/gs/accessing-data-rest/