intellij idea 输入System.out.println()的快捷方法是:输入sout然后按tab键。
由于项目中引入了spring-boot-starter-test的依赖,也就是集成了spring boot的单元测试框架。给redis实现类,添加单元测试,将光标移动到RedisService接口位置处,然后按Alt+Enter
spring boot 实现热部署
https://jingyan.baidu.com/article/870c6fc367b4d7b03fe4beba.html