spring boot 拦截器不生效的原因
摘要:spring boot 拦截器不生效的原因 - 简书 (jianshu.com) 没加@Component或者@Configuration注解 @ComponentScan没扫描到 如果启动类和拦截类在平级或者拦截类父级平级的情况下,ComponentScan一般都会扫描到,除非启动类中指定了; 路
阅读全文
IDEA 运行报错:Error running ' XXX ': Command line is too long. Shorten command line for XXX
摘要:在运行 IDEA 时报错: Error running ' XXX ': Command line is too long. Shorten command line for XXX网上查了一下,有两种解决方法。 方法一:转载自:https://blog.csdn.net/ZXJ_1223/arti
阅读全文
springboot单元测试:java.lang.NoClassDefFoundError: org/springframework/core/annotation/MergedAnnotations$SearchStrategy
摘要:https://www.it610.com/article/1295998852888862720.htm springboot 单元测试启动时报错,抛出如下异常: java.lang.NoClassDefFoundError: org/springframework/core/annotation
阅读全文
ajax请求传base64太大,springboot后台无法接收
摘要:ajax请求传base64太大,springboot后台无法接收 。具体体现形式:对应属性值为null 在 application.yml中添加: 即可
阅读全文