摘要: SpringMVC常用注解@Controller,@Service,@repository,@Component controller层使用@controller注解 @Controller 用于标记在一个类上,使用它标记的类就是一个SpringMVC Controller 对象。分发处理器将会扫描 阅读全文
posted @ 2019-03-05 14:25 LEO07051004 阅读(7555) 评论(0) 推荐(3) 编辑