摘要: //ERROR No qualifying bean of type 'org.springframework.context.ApplicationContext' available applicationContext.getBean(ApplicationContext.class); // 阅读全文
posted @ 2022-01-03 11:07 emanlee 阅读(588) 评论(0) 推荐(0)
摘要: @RestController is a stereotype annotation that combines @ResponseBody and @Controller.意思是:@RestController注解相当于@ResponseBody + @Controller合在一起的作用。 1)如 阅读全文
posted @ 2022-01-03 10:25 emanlee 阅读(68) 评论(0) 推荐(0)