@Value("${server.cupSize}"),value里要这样写,不然真的报错,感谢zyxailgq层主分享,让更多的人看到,免得出错找半天bug
2017-07-21
求助 我在POM里面加上了jpa和mysql的依赖包后 启动出现
2017-07-20 13:09:32.962 WARN 23176 --- [ main] ationConfigEmbeddedWebApplicationContext : Exception encountered during context initialization - cancelling refresh attempt:
2017-07-20 13:09:32.962 WARN 23176 --- [ main] ationConfigEmbeddedWebApplicationContext : Exception encountered during context initialization - cancelling refresh attempt:
2017-07-20
简直太酷了。那些右键不能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