mirror of https://gitee.com/maxjhandsome/pig
删除无用代码
This commit is contained in:
parent
8c0615f56b
commit
6f9d49923c
|
@ -1,16 +0,0 @@
|
|||
package com.github.pig.config.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* @author lengleng
|
||||
* @date 2017/10/26
|
||||
*/
|
||||
@RestController
|
||||
public class DemoController {
|
||||
@GetMapping("/demo")
|
||||
public String demo() {
|
||||
return "demo method success";
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue