Spring + JPA项目的数据库管理站点 [英] DB administration site for Spring + JPA project

查看:91
本文介绍了Spring + JPA项目的数据库管理站点的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道是否有任何方法可以自动为Spring + JPA项目生成数据库管理站点.它应该使用带注释的JPA实体,并动态生成站点以跟踪域Java类中的任何更改.

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.

我正在寻找与Django管理网站类似的东西(我想您也可以对Ruby on Rails进行同样的操作),从而允许用户:

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:

  • 在不开发任何额外代码的情况下查看和更新​​不同表中的数据
  • 处理表之间的关系,不同类型的数据(数字,日期等)

在Java世界中,我仅了解Spring Roo,但由于我希望将其集成到已经开发的第三方项目中,因此它不能很好地满足我的需求.

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.

推荐答案

尝试播放!框架的CRUD模块

这篇关于Spring + JPA项目的数据库管理站点的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆