IDEA 通过数据库生成entity实体类

IDEA利用数据库生成entity类教程


1.在左上角有一个View 选项

IDEA 通过数据库生成entity实体类

2. 然后选择 TOOL Windows

IDEA 通过数据库生成entity实体类

3. 然后选择Database然后会弹出一个窗口

IDEA 通过数据库生成entity实体类

4.选择+号

IDEA 通过数据库生成entity实体类

5.选择data source

IDEA 通过数据库生成entity实体类

6. 然后选择mysql,先下载所需要jar之后后填写你的地址、端口、数据库名称、user、password然后悬着Test Connection

IDEA 通过数据库生成entity实体类

7. 然后选择OK就会弹出下面的框框

IDEA 通过数据库生成entity实体类

8.右键点击你要生成的entity表,然后选择Spripted Extensions

IDEA 通过数据库生成entity实体类

9.然后选择POJO.clj 之后选择你要放在哪个目录就OK了

IDEA 通过数据库生成entity实体类

希望能帮主到各位-。-,刚入程序员行列,没解释太清楚的请多多包含

 

原文地址:https://blog.csdn.net/weixin_39568559/article/details/79609916

上一篇:Understanding How Graal Works - a Java JIT Compiler Written in Java


下一篇:Knockout案例: 全选