Commit 14ba45ed by fsn

删除没用的引用

parent 88b12009
...@@ -10,7 +10,6 @@ import org.apache.log4j.Logger; ...@@ -10,7 +10,6 @@ import org.apache.log4j.Logger;
import org.apache.shiro.authc.AuthenticationException; import org.apache.shiro.authc.AuthenticationException;
import org.apache.shiro.authc.CredentialsException; import org.apache.shiro.authc.CredentialsException;
import org.apache.shiro.authc.DisabledAccountException; import org.apache.shiro.authc.DisabledAccountException;
import org.springframework.context.annotation.DependsOn;
import org.springframework.http.HttpStatus; import org.springframework.http.HttpStatus;
import org.springframework.ui.Model; import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.ControllerAdvice; import org.springframework.web.bind.annotation.ControllerAdvice;
...@@ -27,7 +26,6 @@ import javax.naming.NoPermissionException; ...@@ -27,7 +26,6 @@ import javax.naming.NoPermissionException;
* @date 2016年11月12日 下午3:19:56 * @date 2016年11月12日 下午3:19:56
*/ */
@ControllerAdvice @ControllerAdvice
@DependsOn("springContextHolder")
public class GlobalExceptionHandler { public class GlobalExceptionHandler {
private Logger log = Logger.getLogger(this.getClass()); private Logger log = Logger.getLogger(this.getClass());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment