|
@@ -28,7 +28,7 @@ public class TestController {
|
|
public String test(){
|
|
public String test(){
|
|
List<SysTest> list = sysTestService.list();
|
|
List<SysTest> list = sysTestService.list();
|
|
System.out.println(list);
|
|
System.out.println(list);
|
|
- return "test";
|
|
|
|
|
|
+ return "test1";
|
|
}
|
|
}
|
|
@RequestMapping("/get/{id}")
|
|
@RequestMapping("/get/{id}")
|
|
public Integer getUser(@PathVariable int id){
|
|
public Integer getUser(@PathVariable int id){
|