簡直太酷了。那些右鍵不能run的小伙伴,可以open module setting,設置下resource目錄啥的就好了
2017-07-19
java.lang.NoClassDefFoundError: org/springframework/orm/jpa/support/PersistenceAnnotationBeanPostProcessor
2017-07-18
這里有個小坑!@Id
應該引用的是import javax.persistence.Id;
而不是import org.springframework.data.annotation.Id;
要不會引起no identifier specified for entity 這個錯誤
大家請看清
應該引用的是import javax.persistence.Id;
而不是import org.springframework.data.annotation.Id;
要不會引起no identifier specified for entity 這個錯誤
大家請看清
2017-07-18