Article

post_img

Spring SSM阶段常见注解

摘要

@Configuration 声明 一个类 是 配置类 @Bean 通常用在方法上面 目的是把这个方法返回的对象 存入到 IOC容 …