'what we have to use instead of @ControllerAdvice for Spring framework 3.0.x
I need to change Spring Framework from 3.2 to 3.0 what I have to put instead of using import org.springframework.web.bind.annotation.ControllerAdvice to do same work what ControllerAdvice do since this annotation @ControllerAdvice not supported by 3.0.X
trying to looking for some configuration or annotation supported by 3.0.x since I cant change to 3.2 or another any version ..I need to work with same version. any thought?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
