@Controller
@RequestMapping(value="/rest/system/config")
public class ConfigItemRESTController
extends java.lang.Object
| Constructor and Description |
|---|
ConfigItemRESTController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<java.lang.String> |
getSecurityConfig()
获取系统安全访问过滤项
|