運行代碼報錯nested exception is java.lang.NoClassDefFoundError: org/hibernate/HibernateException錯誤
我是用eclipse在老師你的源碼上修改的代碼,但這個類報了org.aspectj.lang.JoinPoint找不到的錯誤?
將這個類注釋掉后,運行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
2017-05-04
很明顯的缺少jar包呀,看下pom文件里jar包引進(jìn)來沒有?