- 浏览: 7795 次
- 性别:
- 来自: paradise
最新评论
-
paradigm:
写完才发现这里写的更好 http://limingnihao. ...
配合m2eclipse创建一个标准的maven web项目(续)
文章列表
登录页:
<%@ page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>用户登录</title>
<script type="text/javascript" ...
Failure to transfer org.springframework:spring-jdbc:jar:2.5.6 from http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.springframewo ...
http://mvnrepository.com
请先阅读配合m2eclipse创建一个标准的maven web项目.
此处回答评论中提出的问题,如何将工程变成tomcat可以识别的web工程:
(1)工程名上右键>Properties>Project Facets>Convet to faceted form
(2)勾上Dynamic Web Module,选择2.4版本。同时点击下方的further configuration available
(3)将默认的WebContent改成src/main/webapp
(4)一路点OK..此时在serv ...