2018年4月26日

SpringMVC @SessionAttributes 使用详解以及源码分析

摘要: SpringMVC @SessionAttributes 使用详解以及源码分析 @sessionattributes @Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) @Inherited @Documented publ 阅读全文

posted @ 2018-04-26 17:02 David_Deng 阅读(1320) 评论(0) 推荐(1) 编辑

spring学习之@ModelAttribute运用详解

摘要: spring学习之@ModelAttribute运用详解 spring学习之@ModelAttribute运用详解 @ModelAttribute使用详解 1.@ModelAttribute注释方法 例子(1),(2),(3)类似,被@ModelAttribute注释的方法会在此controller 阅读全文

posted @ 2018-04-26 16:39 David_Deng 阅读(8690) 评论(0) 推荐(0) 编辑

导航