@RestController
@RequestMapping(value="rest/projectInfo")
public class ProjectInfoRESTController
extends java.lang.Object
| Constructor and Description |
|---|
ProjectInfoRESTController() |
| Modifier and Type | Method and Description |
|---|---|
com.mbap.util.view.R |
get()
取得单条数据
|
com.mbap.util.view.R |
getRootPath(java.lang.String path)
读取系统路径
|
com.mbap.util.view.R |
post(ProjectInfo projectInfo)
创建
|
@RequestMapping(value="getRootPath",
name="\u6839\u636e\u8def\u5f84\u8bfb\u53d6\u5f53\u524d\u8def\u5f84\u4e0b\u7684\u6587\u4ef6\u5939",
method=GET)
public com.mbap.util.view.R getRootPath(@RequestParam(value="path",required=false)
java.lang.String path)
path - @RequestMapping(method=GET,
name="\u9879\u76ee\u914d\u7f6e\u83b7\u53d6\u5355\u6761\u6570\u636e")
public com.mbap.util.view.R get()
@RequestMapping(method=POST,
name="\u9879\u76ee\u914d\u7f6e\u65b0\u589e")
public com.mbap.util.view.R post(@RequestBody
ProjectInfo projectInfo)
ProjectInfo -