1.java类中为属性添加set和get以及toString方法的快捷键:

Alt+Insert

 

2.运行SpringBoot项目: MainApplication:

Shift+Alt+F10

 

3.快速打出:Systom.out.printIn();

sout

 

4.运行SpringBoot项目:

Shift+Alt+F10

如果使用了devtools运行:

Ctrl+F9