发表评论取消回复
相关阅读
相关 Spring的常用注解,SpringMVC常用注解
<table> <thead> <tr> <th>spring注解</th> <th>作用</th> </tr> </thead> <t
相关 SSM常用注解
@Controller注解 (放在类上) 在SpringMVC中,控制器Controller负责处理由DispatcherServlet分发的请求,他把用户请求的数据业务处
相关 SSM框架之Spring的常用注解超级简洁版
1.注册对象 @Component("user") @Service("user") //service层 @Controller("user") //web层
相关 SSM框架常用注解
一、MyBatis常用注解 <table> <thead> <tr> <th>注解</th> <th>目标</th> <th>描述</t
相关 SSM框架之SpringMVC(3)常用注解
SpringMVC(3)常用注解 1. RequestParam注解 1.作用:把请求中指定名称的参数传递给控制器中的形参赋值 2.属性: 1.value:
相关 springBoot常用注解
概述 记录一些springBoot在web开发中常用的一些注解和介绍 @SpringBootApplication springBootApplication
还没有评论,来说两句吧...