This commit is contained in:
tanghc
2020-01-06 09:52:32 +08:00
parent 01b1e7b72d
commit ee710f8bf3

View File

@@ -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;