Maven+SpringMVC+Mybatis 开发环境整合

Posted hzhtracy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Maven+SpringMVC+Mybatis 开发环境整合相关的知识,希望对你有一定的参考价值。

1、maven build遇到了如下问题:

 [ERROR] Failed to execute goal org.codehaus.mojo:tomcat-maven-plugin:1.1:redeploy (default-cli) on project vehicleCloud: Cannot invoke Tomcat manager: Error writing to server -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] 技术分享http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException 
 
解决方法:com文件夹右击选择use as source folder.
原因:http://li-fanghua.blog.163.com/blog/static/7954442020129841729685/
 

以上是关于Maven+SpringMVC+Mybatis 开发环境整合的主要内容,如果未能解决你的问题,请参考以下文章

maven+springMVC+mybatis 搭建过程

Maven构建 SpringMVC+Spring+MyBatis 环境整合

springmvc学习总结 -- maven+springmvc+spring+mybatis+mysql详细搭建整合过程讲解

使用intellij idea搭建MAVEN+springmvc+mybatis框架

Maven搭建SpringMVC+Mybatis项目详解

Maven搭建SpringMVC+Mybatis项目详解