1、springboot简介
2、spring注解
@Bean:
@Configuration:
@Component:
@Controller:
@Service:
@Repository:
@ComponentScan:
@Import:
@Conditional:
@ConfigurationProperties:
@GetMapping:
@PostMapping:
@PathVariable:
@RequestHeader:
@RequestParam:
@RequestPart:
@RequestBody:
@ResponseBody:
@RequestAttribute:
3、@Bean标注方法的对象参数
4、Lombok简化类的定义、日志、Builder模式
5、MVC架构模式
6、@Controller和@RestController的区别
7、POJO对象
8、自定义Converter
9、HandlerInterceptor拦截器步骤
10、Servlet、Filter、Listener区别
11、JDBC、Druid、MyBatis区别
12、MyBatis使用方法
13、上传文件
14、Swagger
15、MyBatisPlus使用
16、跨域请求问题
17、跨域认证方案
18、vue+springboot的服务端部署
19、maven多模块构建
20、aop原理及使用方式
21、Service + ServiceImpl搭配的编程模式
22、@Value注解
23、@PostConstruct注解
24、@interface自定义注解
参考:
SpringBoot2学习笔记_benben044的博客-CSDN博客
SpringBoot+Vue开发笔记_benben044的博客-CSDN博客