maven整合springmvvc项目遇到的一些问题及解决方

来源:互联网 发布:sql for循环 编辑:程序博客网 时间:2024/04/19 21:21

1.修改本地仓库地址以及中央仓库地址

修改maven安装目录下settings.xml文件

本地仓库标签:<localRepository>E:\m2\repository</localRepository>

中央仓库标签:   

<mirror>
      <id>alimaven</id>
      <mirrorOf>central</mirrorOf>
      <name>aliyun maven</name>
      <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
    </mirror>

2.eclipse构建maven项目无法转为2.5及以上

http://jingyan.baidu.com/article/fb48e8be3279766e622e1496.html

1.项目目录其切换为navigator模式

2.在Navigator下打开项目.settings目录下org.eclipse.wst.common.component,和 org.eclipse.wst.common.project.facet.core.xml并做相应修改

3.mysql安装

http://blog.sina.com.cn/s/blog_907be8d90102x8hh.html

http://www.cnblogs.com/qiaoconglovelife/p/5477832.html

mysql安装常见问题解决

http://blog.csdn.net/mhmyqn/article/details/17043921

0 0
原创粉丝点击