Documented here it states
This special prefix specifies that all
classpath resources that match the
given name must be obtained
(internally, this essentially happens
via a ClassLoader.getResources(...)
call), and then merged to form the
final application context definition.
Can someone explain this?
What is the difference between using classpath*:conf/appContext.xml
as opposed to classpath:conf/appContext.xml
without the asterisk.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…