mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
2.5.10
This commit is contained in:
@@ -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;
|
Reference in New Issue
Block a user