resource
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
/* using ClassPathResource */
new FileSystemXmlApplicationContext("classpath:com.harm...");
/* using FileUrlResource */
new WebApplicationContext("file://data/web/config/...");