SpringBoot常用注解
摘要:
@RestController 写在Controller层,@RestController是@ResponseBody 和@Controller的组合。 @Service 写在Service层 @Repository 写在Mapper包下,充当Dao的角色 @Autowired 自动装配 @Requ 阅读全文
posted @ 2019-08-12 10:49 一个0010 阅读(103) 评论(0) 推荐(0) 编辑