iT邦幫忙

0

Spring IoC概念 文章之實作,class not found

  • 分享至 

  • xImage

您好:我參考
http://ithelp.ithome.com.tw/articles/10157582

產生新的  class MyDAO
到 service.xml 中設定

   	<bean id="myDAO" class="tw.blogger.springtech.springmvc.model.dao.MyDAO">
		<constructor-arg ref="dataSource"/>
	</bean>

但這時,卻出現 

Multiple annotations found at this line:
	- Class 'tw.blogger.springtech.springmvc.model.dao.MyDAO' 

請問 這該如何處理?

另外,

我看您第1天中的說明,最後應該是用
 groupId:tw.blogspot.springtech
 artifactId:SpringMVC
 
 那這邊在寫 MyDAO時 的 tw.blogger.springtech.springmvc.model.dao
 會與 groupId,和 artifactId 有關連嗎?
  一定要用相同的名稱嗎?

謝謝!

fillano iT邦超人 1 級 ‧ 2016-12-29 09:18:48 檢舉
好像是兩年前的文章XD

搜尋了一下,搞不好是xml中namespace設定的問題?
http://stackoverflow.com/questions/27843626/spring-mvc-hibernate-maven-multiple-annotations-found-in-bean-declaration
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友回答

立即登入回答