spring框架使用在非web架構項目中

spring有多個實例化的入口,其中一個爲如下:java ApplicationContext act = new ClassPathXmlApplicationContext("application-context.xml"); JdbcTemplate jdbcTemplate = (JdbcTemplate) act.getBean("jdbcTemplate"); 若是在非web項目
相關文章
相關標籤/搜索