SpringBoot項目構建成jar運行?
在Spring中專門提供了一個ResourceLoader的接口來方便進行classpath的路徑訪問。
基于Aware方式注入ResourceLoader。
Resource resource=resourceLoader.getResource(“classpath:resources/config.xml”);SpringBoot項目構建成jar運行?
在Spring中專門提供了一個ResourceLoader的接口來方便進行classpath的路徑訪問。
基于Aware方式注入ResourceLoader。
Resource resource=resourceLoader.getResource(“classpath:resources/config.xml”);