标签: spring
Spring上下文属性占位符中的类路径表示什么?重要吗?实际用途?什么时候使用classpath前缀,什么时候不使用它?
例如-
<context:property-placeholder location="sampleA.properties"/>
和
<context:property-placeholder location="claspath:sampleA.properties"/>