主要是这三个方面排查:

1,注入写成这样

@Autowired 
  private BrandServiceImpl      brandServiceImpl;

2,jar冲突,在pom.xml中

       <plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<encoding>UTF-8</encoding>
<compilerArguments>
<bootclasspath>${java.home}/lib/rt.jar</bootclasspath>
</compilerArguments>
</configuration>
</plugin>
</plugins>

3,扫描包写的有问题

<context:component-scan  ...>

最新文章

  1. android——自定义listView
  2. javascript父级鼠标移入移出事件中的子集影响父级的处理方法
  3. Linux CentOS下如何确认MySQL服务已经启动
  4. 多层架构(参数化SQL、存储过程)
  5. KEngine:Unity3D资源的打包、加载、调试监控
  6. GUI编程笔记(java)08:GUI通过鼠标移动到按钮上更改背景色案例
  7. House Robber 解答
  8. 如何使用win7自带的备份还原以及创建系统镜像------傻瓜式教程
  9. Unlocker(强力删除文件工具) 1.9.2 汉化绿色版
  10. flush table with read lock的轻量级解决方案[原创]
  11. django1.8升级1.9的几个问题
  12. vue项目使用MD5进行密码加盐
  13. Unable to preventDefault inside passive event listener due to target being treated as passive
  14. orm介绍
  15. linux 搜索文件
  16. 区块链公链分片技术(sharding)方案,配思维导图
  17. top k问题
  18. Codeforces 601C Kleof&#225;š and the n-thlon 概率dp
  19. C# delegate (1)
  20. jboss8+EJB3+MDB Queue

热门文章

  1. 51系列xdata、idata、data的用法
  2. linux下tomcat6无法显示图片验证码 少了图形插件
  3. jquery get ($.get) 事件用法与分析
  4. Linux下SVN安装与权限管理
  5. html5中form表单新增属性以及改良的input标签元素的种类
  6. group_concat函数导致的主从同步异常
  7. &lt;转载&gt; 为什么在Python里推荐使用多进程而不是多线程?
  8. vue组件父子组件之间传递数据
  9. MoQ(基于.net3.5,c#3.0的mock框架)简单介绍(转)
  10. 像使用linux一样使用mac