摘要:
基于注解的ioc搭建 com文件夹的配置内容一致。 spring中的新注解 Configuration 作用:指定当前类是一个配置类 细节:当配置类作为AnnotationConfigApplicationContext对象创建的参数时,该注解可以不写。 ComponentScan 作用:用于通过注 阅读全文
摘要:
基于xml的crud操作 账户的持久层实现类 impl AccountDaoimpl.java package com.itheima.dao.impl; import com.itheima.dao.IAccountDao; import com.itheima.domain.Account; i 阅读全文