springboot常用注解


	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常用注解

原文地址:https://www.cnblogs.com/xxswkl/p/13323858.html

hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » springboot常用注解