Spring Tool Suit从数据库生成JPA实体:解决方案

时间:2018-10-23 07:14:07

标签: spring-data-jpa spring-tool-suite

Spring Tool Suit或Eclipse中来自Marketplace的G9插件完成了工作。

  1. 安装插件G9
  2. 选择项目(JAVA)
  3. 导入“导入数据库模型”
  4. 选择JDBC驱动程序(在我的情况下为mysql)
  5. 维护JDBC连接
    • 提供驱动程序名称,添加Jar,端口,驱动程序类和连接URL以及架构(jdbc:mysql:// localhost:3306 / {schema_name})
  6. 关闭JDBC连接盒
  7. 端口,数据库名称,用户名和PWD
  8. 获取

参考网址https://www.esito.no/produkter/dbimport/

0 个答案:

没有答案