suerfly4021137
2017-04-22 19:16
我是用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
很明显的缺少jar包呀,看下pom文件里jar包引进来没有?
Spring Boot进阶之Web进阶
104054 学习 · 393 问题
相似问题