Spring学习
摘要:
#Spring基础: ###创建Spring配置文件,配置对应类作为Spring管理的bean <bean …………> 例子: <bean id="dao" class="com.jsoft.dao.impl.DaoImpl"></bean> <bean id="service" class="co 阅读全文
posted @ 2022-09-27 21:39 figh466 阅读(21) 评论(0) 推荐(0) 编辑