2016年1月15日

[Spring] Resource strings


PrefixExampleExplanation
classpath:classpath:com/myapp/config.xmlLoaded from the classpath.
file:file:/data/config.xmlLoaded as a URL, from the filesystem. [1]
http:http://myserver/logo.pngLoaded as a URL.
(none)/data/config.xmlDepends on the underlying ApplicationContext.

classpath* vs. classpath

classpath只會找package下第一個找到的

classpath*會找到所有的符合條件的 包含jar檔內

一般情況下沒必要用classpath*

沒有留言:

張貼留言