Assert.assertEquals(new Integer(13), age);//这句话的Integer中间有个横线,好像是不能用的意思报错是报下面的错Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.2018-05-28 10:44:04.649 ERROR 1572 --- [ main] o.s.boot.SpringApplication : Application run failedorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
添加回答
举报
0/150
提交
取消