parent
7a8937ddf4
commit
fa1ed59b8d
3 changed files with 24 additions and 24 deletions
@ -1,18 +1,18 @@ |
|||||||
package com.xxl.job.executor.mvc.controller; |
//package com.xxl.job.executor.mvc.controller;
|
||||||
|
//
|
||||||
import org.springframework.boot.autoconfigure.EnableAutoConfiguration; |
//import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
|
||||||
import org.springframework.stereotype.Controller; |
//import org.springframework.stereotype.Controller;
|
||||||
import org.springframework.web.bind.annotation.RequestMapping; |
//import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
import org.springframework.web.bind.annotation.ResponseBody; |
//import org.springframework.web.bind.annotation.ResponseBody;
|
||||||
|
//
|
||||||
@Controller |
//@Controller
|
||||||
@EnableAutoConfiguration |
//@EnableAutoConfiguration
|
||||||
public class IndexController { |
//public class IndexController {
|
||||||
|
//
|
||||||
@RequestMapping("/") |
// @RequestMapping("/")
|
||||||
@ResponseBody |
// @ResponseBody
|
||||||
String index() { |
// String index() {
|
||||||
return "xxl job executor running."; |
// return "xxl job executor running.";
|
||||||
} |
// }
|
||||||
|
//
|
||||||
} |
//}
|
Loading…
Reference in new issue