ZHENFENG13 / ssm-demo

:banana:Spring+SpringMVC+Mybatis+easyUI实现简单的后台管理系统
http://ssm-cluster.13blog.site
Apache License 2.0
1.82k stars 785 forks source link

下载源码后无法导入到eclipse #11

Open yanlei0624 opened 6 years ago

yanlei0624 commented 6 years ago

如题,我clone到本地后,导入提示找不到projects image

wecoderBao commented 6 years ago

从其他项目中复制一个.project文件放到根目录下就可以了

发自网易邮箱大师

在2017年10月25日 16:27,yanlei0624notifications@github.com 写道:

如题,我clone到本地后,导入提示找不到projects

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

yanlei0624 commented 6 years ago

复制一个.project文件是能导入了,但是其他问题来了: 1.Deployment Assembly提示“The given project is not a virtual component project”。 2.ssm-maven中的class,识别package时多出了main.java. image

ZHENFENG13 commented 6 years ago

我电脑上没有eclipse,所以没办法模拟这个问题,但是这个项目就是普通的maven项目,应该不存在不能使用的问题。

myrust commented 6 years ago

你问题解决了吗?我也碰到这个问题,我是csdn下载的源码导入,我先是新建了ssm-demo一个web项目然后把生成的.project复制进源码里,然后再导入,进入架包也导入了,也是很多错误,谁能教教我吗?或者有没有war包我试试,谢谢大家!