当前位置:   article > 正文

工作日常踩坑

工作日常踩坑

坑1 service注入错误

在BaseController中 使用 spring @Resource注解引入一个service发现找不到;

最终使用容器上下文工具类获取service

JedisServer jedisServer = SpringContextUtil.getBean(JedisServer.class);

坑2 登录拦截器配置错误

正确的

&& !execution(* ***.SerConfigController.queryFirmGroup(..))"

错误的,未加方法名...

&& !execution(* ***.SerConfigController(..))"

坑3 计时器使用错误导致程序异常

停止了一个未运行的StopWatch对象

stopWatch.stop();

java.lang.IllegalStateException: Can't stop StopWatch: it's not running

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/秋刀鱼在做梦/article/detail/1006478
推荐阅读
相关标签
  

闽ICP备14008679号