一、@EnableAutoConfiguration The second class-level annotation is @EnableAutoConfiguration. This a ...
一、@EnableAutoConfiguration The second class-level annotation is @EnableAutoConfiguration. This a ...
一、跳转 import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRespon ...
一、使用 @Value("${name}")注解可以获取自定义的properties文件中的name值 二、配置 如果只是在applicationcontext.xml中配置,那么在se ...
现实开发中表单重复提交的例子很多,就包括手上这个门户的项目也有这种应用场景,用的次数多,但是总结,这还是第一次。 一、基本原理 使用token,给所有的url加一个拦截器,在拦截器里 ...
1、@RestController spring4为了更方便的支持restfull应用的开发,新增了RestController的注解,比Controller注解多的功能就是给底下的Reques ...