@RestController
@RequestMapping(value="rest/test")
public class TestRestController
extends java.lang.Object
| Constructor and Description |
|---|
TestRestController() |
| Modifier and Type | Method and Description |
|---|---|
com.mbap.util.view.R |
hello(java.lang.String msg)
hello
|
com.mbap.util.view.R |
index(java.lang.String msg)
测试
|