摘要:
占位符: 阅读全文
摘要:
@RequestParam是传递参数的. @RequestParam用于将请求参数区数据映射到功能处理方法的参数上。 在url中输入:localhost:8080/**/?userName=zhangsan 请求中包含username参数(如/requestparam1?userName=zhang 阅读全文
摘要:
概述 继 Spring 2.0 对 Spring MVC 进行重大升级后,Spring 2.5 又为 Spring MVC 引入了注解驱动功能。现在你无须让 Controller 继承任何接口,无需在 XML 配置文件中定义请求和 Controller 的映射关系,仅仅使用注解就可以让一个 POJO 阅读全文