摘要: 直接去Spring官网下载,spring定制eclipse https://spring.io/tools 阅读全文
posted @ 2019-07-22 14:56 勤俭的搬运工 阅读(870) 评论(0) 推荐(0) 编辑
摘要: ApplicationContext applicationContext = new ClassPathXmlApplicationContext(xmlPath); 此处applicationContext会有警告出现,根据警告的英文意思翻译成中文就是“applicationContext没有关 阅读全文
posted @ 2019-07-22 09:40 勤俭的搬运工 阅读(1093) 评论(0) 推荐(0) 编辑
摘要: 在使用junit的Test做测试时,注解@Test报错”Test is not an annotation type”,发现是因为测试类的类名命名为了Test,所以导致错误。 测试类类名不能直接命名为“Test”!!!!!!!!!!! 阅读全文
posted @ 2019-07-22 09:18 勤俭的搬运工 阅读(1240) 评论(0) 推荐(0) 编辑