您好:我參考
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 有關連嗎?
一定要用相同的名稱嗎?
謝謝!