实体类不需要写get、set方法的插件

pom里面添加依靠:

org.projectlombok lombok



然后idea中安装lombok插件,即可实现实体类只写属性,无需再写get、set方法,方便快捷好用
【实体类不需要写get、set方法的插件】

    推荐阅读