摘要: 选择【Window】菜单 Preferences ——>General——>Editors——>Text Editors——>Hyperlinking 把勾都点上,然后确定KEY 值为 crtl 阅读全文
posted @ 2016-06-27 17:34 Earic 阅读(8873) 评论(0) 推荐(1)
摘要: 1、配置eclipse maven 2、新建maven项目 3、新建src/main/java,更新pom <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-i 阅读全文
posted @ 2016-06-27 15:17 Earic 阅读(286) 评论(0) 推荐(0)
摘要: classpath 和 classpath* 区别: classpath:只会到你指定的class路径中查找找文件; classpath*:不仅包含class路径,还包括jar文件中(class路径)进行查找. 举个简单的例子,在我的web.xml中是这么定义的:classpath*:META-INF/spring/application-context.xml 那么在META-INF/spr... 阅读全文
posted @ 2016-06-27 11:05 Earic 阅读(298) 评论(0) 推荐(0)