摘要:
改造老Spring项目,其实是可以直接保留Spring下面的各类XML文件的,个人觉得还有XML文件不美观,也缺少改造的作用。下面介绍的我0配置文件改造。 1、各类属性 在Spring中需要在配置文件注入的<property name="cookieName" value="${cookie.nam 阅读全文
摘要:
在spring 3.2中,新增了@ControllerAdvice,@RestControllerAdvice 注解,可以用于定义@ExceptionHandler、@InitBinder、@ModelAttribute,并应用到所有@RequestMapping中。参考帮助文档。@RestCont 阅读全文