DB administration site for Spring + JPA project

余生颓废 提交于 2021-02-06 12:57:45

问题


I would like to know how if there is any way to automatically generate a database administration site for a Spring + JPA project. It should take the annotated JPA entities and dynamically generate the site to keep track of any change in the domain Java classes.

I am looking for something similar to the Django admin site (I think you can also do the same with Ruby on Rails), that allows the user:

  • to see and update the data in the different tables without developing any extra code
  • to handle relations between tables, different kind of data (numbers, dates, etc)

In the Java world I am only aware of Spring Roo, but it does not fit well my needs because I want to integrate it into an already developed third party project.


回答1:


Try Play! Framework's CRUD Module



来源:https://stackoverflow.com/questions/10153150/db-administration-site-for-spring-jpa-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!