摘要: AnnotationConfigApplicationContext context = new AnnotationConfigApplicationContext();context.scan("com.example");context.refresh();类中添加注解@component(" 阅读全文
posted @ 2021-11-27 20:51 智慧搬运工 阅读(27) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 阅读全文
posted @ 2021-11-27 14:49 智慧搬运工 阅读(121) 评论(0) 推荐(0)