点击自己工程右键-->run as ---> Maven build.. --->Goals 中写上jetty:run 点击run就能在eclipse中启动jetty了在console中点击红色按钮可以关闭
2016-11-07
马士兵老师说:程序员最好的老师是谷歌加百度。
=======总是是指望别人什么都给你说掏个两三万去培训吧。都不是孩子了,还要别人把饭端到你面前喂你么?
=======总是是指望别人什么都给你说掏个两三万去培训吧。都不是孩子了,还要别人把饭端到你面前喂你么?
2016-11-07
最新回答 / likeslove
该配置文件的<beans></beans>标签的属性少了东西。<beans>加上相应属性即可如下面是需要添加的部分的文字版:xmlns:context="http://www.springframework.org/schema/context"http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd
2016-11-07
[ERROR] No plugin found for prefix 'JETTY' in the current project and in the plu
gin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repo
sitories [local (C:\Users\LL\.m2\repository), UK (http://uk.maven.org/maven2)] -
> [Help 1]
[ERROR]
gin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repo
sitories [local (C:\Users\LL\.m2\repository), UK (http://uk.maven.org/maven2)] -
> [Help 1]
[ERROR]
2016-11-07
mvn archetype:generate -DgroupId=imooc-lushaobin -DartifactId=spring-mvc-learning -DarchetypeArtifactId=maven-archetype-webapp
2016-11-07
我用tomcat起的服务,报了 “严重: Servlet [mvc-dispatcher] in web application [/maven-learning] threw load() exception java.lang.ClassNotFoundException: org.springframework.web.servlet.DispatcherServlet”错误 大家又遇到么
2016-11-06
已采纳回答 / 萌萌哒猫头鹰
web.xml一般在web-inf下,pom.xml在你的项目的根目录下。如果你用eclipse,可以直接新建一个maven工程,这样你只要添加必要的依赖,指定好artifactid,version,和groupid就可以了,不需要手动创建pom.xml。这是个简单的pom,需要手动加在依赖,version,groupid,artifactid是不能少的。<...code...>
2016-11-06