简直太酷了。那些右键不能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