springboot常用注解

Posted 吃我一枪

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot常用注解相关的知识,希望对你有一定的参考价值。

1 springvmc采用经典的三层分层控制结构,在持久层,业务层和控制层分别采用@Repository、@Service、@Controller对分层中的类进行注解,而@Component对那些比较中立的类进行注解

2 @Mapper注解

https://www.cnblogs.com/muxi0407/p/11847794.html

3 @RequestBody

直接返回对象,默认转为JSON格式, https://www.jianshu.com/p/64b22da6c9ab

以上是关于springboot常用注解的主要内容,如果未能解决你的问题,请参考以下文章

SpringBoot常用注解总结

SpringBoot注解介绍

SpringBoot:SpringBoot2.X常用的注解

springboot常用注解

springboot 异常注解

Springboot 常用注解