Spring中的PropertyPlaceholderConfigurer路径,不是一般问题

在spring中使用PropertyPlaceholderConfigurer中需要写路径,许多回答千遍一律。均是蜻蜓点水。

               <property name="locations">

                        <list>


                                 <value>classpath:resource/config/jdbc.properties</value>

                        </list>

               </property>

     </bean>
            还有就是直接写成绝对路径
            然而有没有一种写法是,
            如果我项目打成了jar,之后,让spring去jar包之外寻找配置文件,这个jar是通过wrapper封装运行