springboot中controller不能加EnableAs
2019-12-20 本文已影响0人
SmileMylife
1.springboot中controller不能加EnableAsync注解,否则被EnableAsync注解的类不能被当做处理器。
2.mybatis的limit和start使用的时候,如果传的是数字,判断的时候不要加!=''。
1.springboot中controller不能加EnableAsync注解,否则被EnableAsync注解的类不能被当做处理器。
2.mybatis的limit和start使用的时候,如果传的是数字,判断的时候不要加!=''。