摘要: 在pom.xml中指定jdk版本 <build> <plugins> <!-- Compile --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId 阅读全文
posted @ 2016-03-22 21:28 tianSky 阅读(470) 评论(0) 推荐(0) 编辑
摘要: 使用maven创建web工程,将Spring配置文件applicationContext.xml放在src/resource下,用eclipse编译时提示class path resource [applicationContext.xml] cannot be opened because it 阅读全文
posted @ 2016-03-22 21:28 tianSky 阅读(206) 评论(0) 推荐(0) 编辑
摘要: dependency的标签是包含在dependencies中的。 阅读全文
posted @ 2016-03-22 20:20 tianSky 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 补充:我们需要在src/main/webapp/WEB-INF下面创建一个web.xml <dependencies> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> < 阅读全文
posted @ 2016-03-22 19:56 tianSky 阅读(125) 评论(0) 推荐(0) 编辑