@ModelAttribute 的使用
@ModelAttribute 的使用:https://blog.csdn.net/abc997995674/article/details/80464023
@SessionAttribute与SessionAttributes
@SessionAttribute使用详解:https://www.cnblogs.com/winclpt/articles/7218086.html
@SessionAttributes 使用详解以及源码分析:https://www.cnblogs.com/daxin/p/SessionAttributes.html
@InitBinder与@DateTimeFormat
springmvc 框架中的数据的绑定:@InitBinder&@DateTimeFormat():https://blog.csdn.net/static_coder/article/details/70860906
ConfigurationProperties
关与 @EnableConfigurationProperties 注解:https://www.jianshu.com/p/7f54da1cb2eb
springmvc
handermapping:https://www.cnblogs.com/tengyunhao/p/7658952.html
Spring之BeanFactory与ApplicationConText区别:https://www.cnblogs.com/wnlja/p/3907836.html
@mapper和@mapperscan
使用@mapperscan就不用在每一个接口上加@mapper, @mapper+@compoentScan