随笔分类 -  spring

摘要:AbstractApplicationContext 分析启动流程 // Prepare this context for refreshing.prepareRefresh(); 1. // Initialize any placeholder property sources in the c... 阅读全文
posted @ 2014-12-17 19:53 solq 阅读(942) 评论(1) 推荐(0)
摘要:@RunWith(SpringJUnit4ClassRunner.class)@ContextConfiguration(locations = { "copy.xml" })public class MongoCopyData { @Autowired private MongoTemplate mongoTemplate; @Autowired @Qualifier("mongoTemplate2") private MongoT... 阅读全文
posted @ 2014-04-10 17:25 solq 阅读(3730) 评论(2) 推荐(0)