mvn spring-boot:run报错
来源:3-2 后端框架搭建
慕雪9313484
2018-01-19
在命令行执行mvn spring-boot:run
报错,Error creating bean with name 'entityManagerFactory' defined in
class path resource [com/tongxuehui/config/JPAConfig.class]:
Invocation of init method failed;但在Idea里面直接运行不会报错,哪位知道是啥问题?
报错,Error creating bean with name 'entityManagerFactory' defined in
class path resource [com/tongxuehui/config/JPAConfig.class]:
Invocation of init method failed;但在Idea里面直接运行不会报错,哪位知道是啥问题?
写回答
1回答
-
方法初始化报错 检测你的代码是怎么写的
122019-03-06
相似问题