springboot笔记
1、springboot原理(简单版)
pom.xml->spring-boot-xxx-starter
application.yml:修改默认配置
主启动类:添加@EnableXxx、@ComponentScan、@MapperScan等注解
尚硅谷springboot课件地址:
http://39.108.113.88/content/part-02-distribution-architecture/spring-boot.html
2、springboot整合mybatis
3、springboot整合redis
4、springboot整合thymeleaf