1.点击"setings"。
2.选择"plugins",然后选择Browse repositories。
3.在搜索框中输入"lombok",点击"lombok Plugin" , 然后点击"inatall"进行插件下载。
4.下载成功后,在pom.xml文件中编写lombok的版本控制。
5.在Student类中添加@data注释就可以了。
这样Student类中有set 和get 方法了。
原文链接:https://blog.csdn.net/qq_25983579/article/details/104474617