摘要:
@Configuration: 配置类,类似于spring中的bean.xml @RestController 是@Controller和@ResponseBody的一个继承注解 @Component 表示他是一个组件 @Controller 表示他是一个控制器 @Service 表示他是一个业务逻 阅读全文
posted @ 2021-09-15 10:33
zaltsing
阅读(114)
评论(0)
推荐(0)