package sy.controller; import org.apache.log4j.Logger; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.ResponseBody; import sy.httpModel.Json; import sy.service.RepairServiceI; /** * * 项目名称:sypro * 类名称:RepairController * 类描述: 修复数据控制器 * 创建人:君无邪 * 创建时间:2015年11月15日 下午4:58:21 * 修改备注: https://www.java214.com * @version 1.0 * */ @Controller @RequestMapping("/repairController") public class RepairController extends BaseController { private static final Logger logger = Logger.getLogger(RepairController.class); private RepairServiceI repairService; public RepairServiceI getRepairService() { return repairService; } @Autowired public void setRepairService(RepairServiceI repairService) { this.repairService = repairService; } /** * 修复数据 * * @return json */ @RequestMapping(params = "repair") @ResponseBody synchronized public Json repair() { Json j = new Json(); repairService.repair(); j.setSuccess(true); return j; } }
最近下载更多
最近浏览更多
bluerstar LV1
10月23日
zhengguangshun LV4
8月25日
chn-lei LV2
7月31日
gaowang LV1
5月29日
poilkj1313 LV1
5月10日
zpppppppppppppppppp
4月20日
暂无贡献等级
1303891 LV1
4月14日
123dwda
3月17日
暂无贡献等级
aachl1 LV5
1月16日
夜起星河 LV8
2023年12月29日