💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
新建一个config包 包下创建一个SpringConfiguration类 ~~~ @Configuration @ComponentScan("cn.li") @EnableAspectJAutoProxy public class SpringConfiguration { } ~~~ ~~~ ApplicationContext ac=new AnnotationConfigApplicationContext(SpringConfiguration.class); ~~~ [代码位置](https://gitee.com/limiao11/springframework/tree/master/spring_aop_withoutxml)