2019年2月26日

java框架之spring

摘要: 一、HelloWorld程序 导入四个核心包(core、beans、expression、context)和一个logging的包; 写一个类并在 xml 中配置相应的bean(两个重要属性 id 和 class,注意spring名称空间的引入); 通过spring的上下文对象ClassPathXm 阅读全文

posted @ 2019-02-26 15:05 狗吃鱼 阅读(353) 评论(1) 推荐(0) 编辑

导航