Authored by qinchao

增加功能:crontab集中管理

... ... @@ -23,7 +23,7 @@ public class CronTabManageCtrl {
@RequestMapping("/loadPage")
public void testRed(HttpServletResponse response) throws Exception{
response.sendRedirect("http://10.67.2.2:7079/ui/#/");
response.sendRedirect("http://mysqlcrontab.yohops.com/ui/#/");
}
}
... ...