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;
/**
* 网关入口
* zuul网关入口
*
* @author tanghc
*/
@Slf4j
@Controller
public class RedirectController {
public class ZuulIndexController {
@Autowired
private ValidateService validateService;