1、String.valueOf: 可采用String.valueOf(a),把a强制转换成字符串类型
2、@MapperScan注解
3、@ComponentScan注解。当你的文件处于启动类所在的文件夹下时,可以什么都不用做。否则则需要加上注解,指定你要扫描的bean在哪
4、configuration和component的区别
5、何时使用@requestparam
当报错信息如下,你就该考虑加这个注解了:No primary or single public constructor found for interface java.util.List - and no default constructor found either