|
|
@@ -1,20 +1,20 @@
|
|
|
package com.usoftchina.saas.server;
|
|
|
|
|
|
-import com.usoftchina.saas.server.error.ServletErrorUtils;
|
|
|
-import com.usoftchina.saas.server.error.UnCaughtErrorFilter;
|
|
|
-import org.slf4j.Logger;
|
|
|
-import org.slf4j.LoggerFactory;
|
|
|
-import org.springframework.context.annotation.Bean;
|
|
|
+//import com.usoftchina.saas.server.error.ServletErrorUtils;
|
|
|
+//import com.usoftchina.saas.server.error.UnCaughtErrorFilter;
|
|
|
+//import org.slf4j.Logger;
|
|
|
+//import org.slf4j.LoggerFactory;
|
|
|
+//import org.springframework.context.annotation.Bean;
|
|
|
import org.springframework.context.annotation.ComponentScan;
|
|
|
import org.springframework.context.annotation.Configuration;
|
|
|
-import org.springframework.lang.Nullable;
|
|
|
-import org.springframework.web.servlet.HandlerExceptionResolver;
|
|
|
-import org.springframework.web.servlet.ModelAndView;
|
|
|
-import org.springframework.web.util.NestedServletException;
|
|
|
-
|
|
|
-import javax.servlet.http.HttpServletRequest;
|
|
|
-import javax.servlet.http.HttpServletResponse;
|
|
|
-import java.io.IOException;
|
|
|
+//import org.springframework.lang.Nullable;
|
|
|
+//import org.springframework.web.servlet.HandlerExceptionResolver;
|
|
|
+//import org.springframework.web.servlet.ModelAndView;
|
|
|
+//import org.springframework.web.util.NestedServletException;
|
|
|
+//
|
|
|
+//import javax.servlet.http.HttpServletRequest;
|
|
|
+//import javax.servlet.http.HttpServletResponse;
|
|
|
+//import java.io.IOException;
|
|
|
|
|
|
/**
|
|
|
* @author yingp
|