Class generator for Spring Framework entities
Developers for Spring applications that uses the controller/service/repository layer design pattern needs to write the same code for each entity they create. This program creates the boilerplate content , and you can focus your time on putting in the data that is specific to the entity instead.
Please feel free to fork this repository if you need any customizations done to make it suit your environment.