摘要: 一般classpath指向的是classes,也就是编译路径的根路径,而一般classes中放着这些文件: 1.java文件编译好的class文件。 2.properties配置文件。 3.xml配置文件。 4.一些模版文件,如*.ftl。 5.其他需要用classpath获取到的文件。 class 阅读全文
posted @ 2019-03-13 18:23 hcss 阅读(1102) 评论(1) 推荐(0) 编辑