遇到的問題

Spring框架

    項目報錯信息,還有個雙向箭頭:            

advised by 
 org.springframework.transaction.interceptor.TransactionInterceptor.invoke(org.aopalliance.intercept.M
 ethodInvocation)

        解決方法:spring

<context:component-scan base-package="com.wby.o2o.service" />

    添加屬性以下所示,便可解決問題框架

<context:component-scan base-package="com.wby.o2o.service" use-default-filters="false"/>
相關文章
相關標籤/搜索