首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

appfuse学习手写

2012-10-29 
appfuse学习手记1。package com.mycompany.app.dao.hibernate包中的UserDaoHibernate类出现错误 Table tab

appfuse学习手记
1。package com.mycompany.app.dao.hibernate;
   包中的UserDaoHibernate类出现错误
Table table = AnnotationUtils.findAnnotation(User.class, Table.class);
   findAnnotation方法应用错误。
引用别人的话Matt:

He is using version 2.0.1 and that's depicted in his command line with artifactId.  I have the same annoying problem too..
改一下引用包,把spring包改为2.5版本的。

热点排行