简体   繁体   中英

Java CRUD class generator for Intellij Idea

Is there a way to automaticaly generate CRUD class for Hibernate Entity in Spring MVC using the IntelliJ Idea IDE? I found some possibility to generate in NetBeans, I would need something similar for Intellij too. Thx in advance for your help.

Generate JSF2 CRUD's - Can I create the bean and xhtml automatically for any entity?

You can create your own templates in IntelliJ IDEA:

Go to: Settings > IDE Settings > File and Code Templates as below:

设置:文件和代码模板

And then when you create a new class you can just select the template that you would like to use:

选择您的模板

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM