爲什麼會發生這樣的錯誤? 我使用Spring Data JPA 1.3.3,Spring 4.2.8和Spring MVC 4.2.8。JpaRepository和CrudRepository錯誤
UPDATE: 錯誤的代碼塊
Error:Error:line (8)java: name clash: save(java.lang.Iterable) in org.springframework.data.jpa.repository.JpaRepository and save(java.lang.Iterable) in org.springframework.data.repository.CrudRepository have the same erasure, yet neither overrides the other
我所有的庫添加的IntelliJ IDEA的模塊。只有JSTL由Maven下載。
請添加錯誤代碼塊,而不是圖像,因爲它們變得不可讀。 –
這可能是由於依賴衝突。檢查您的依賴版本或將其添加到問題。 –
同樣擺脫@Query,你不需要它。 –