1.1 在Intellij IDEA File–>New–>Project from Existing Sources,选择你要导入的eclipse项目,如下图 1.2 选择导入的项目的类型,此时需要选中Import project from external model及下面的Eclipse选项,然后点击Next。 1.3 一直next,直到select project code SDK页面选择JDK,本项目用的是JDK 1.8,然后按引导一步步完成导入...
SSM框架web项目,mybatis配置文件扫描xml这里<property name="mapperLocations" value="classpath:conf/mybatis/xml/*.xml"/>在IDEA启动报这个错:Could not resolve resource location pattern [classpath:conf/mybatis/xml/*.xml]: class path resource [conf/mybatis/xml/] cannot be resolved to URL because ...