运行代码报错nested exception is java.lang.NoClassDefFoundError: org/hibernate/HibernateException错误

来源:3-1 课程总结

suerfly4021137

2017-04-22 19:16

我是用eclipse在老师你的源码上修改的代码,但这个类报了org.aspectj.lang.JoinPoint找不到的错误?

http://img.mukewang.com/58fb3a200001577d08030407.jpg

将这个类注释掉后,运行GirlApplication的main方法后,也报错了Error creating bean with name 'serverProperties' defined in class path resource [org/springframework/boot/autoconfigure/web/ServerPropertiesAutoConfiguration.class]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/hibernate/HibernateException


写回答 关注

1回答

  • sprite_Z
    2017-05-04 00:05:17

    很明显的缺少jar包呀,看下pom文件里jar包引进来没有?

Spring Boot进阶之Web进阶

《2小时学习Spring Boot》之进阶教程,针对Web方面的相关技巧

104054 学习 · 393 问题

查看课程

相似问题