|
|
@ -13,13 +13,13 @@ import javax.servlet.http.HttpServletRequest; |
|
|
|
import javax.servlet.http.HttpServletResponse; |
|
|
|
import javax.servlet.http.HttpServletResponse; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* 网关入口 |
|
|
|
* zuul网关入口 |
|
|
|
* |
|
|
|
* |
|
|
|
* @author tanghc |
|
|
|
* @author tanghc |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Slf4j |
|
|
|
@Slf4j |
|
|
|
@Controller |
|
|
|
@Controller |
|
|
|
public class RedirectController { |
|
|
|
public class ZuulIndexController { |
|
|
|
|
|
|
|
|
|
|
|
@Autowired |
|
|
|
@Autowired |
|
|
|
private ValidateService validateService; |
|
|
|
private ValidateService validateService; |