forked from kidgrow-microservices-platform

zhaoxiaohao
2020-04-03 7ca064b6b20f89b7e73244f99fe9848a48f4142a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package com.xxl.job.executor.mvc.controller;//package com.xxl.job.executor.mvc.controller;
//
//import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
//import org.springframework.stereotype.Controller;
//import org.springframework.web.bind.annotation.RequestMapping;
//import org.springframework.web.bind.annotation.ResponseBody;
//
//@Controller
//@EnableAutoConfiguration
//public class IndexController {
//
//    @RequestMapping("/")
//    @ResponseBody
//    String index() {
//        return "xxl job executor running.";
//    }
//
//}