修正拼写错误

This commit is contained in:
thinkgem
2018-03-06 20:37:25 +08:00
parent 3a22cdfc36
commit dfb6fcc1cc
2 changed files with 12 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
@RequestMapping(value="${adminPath}/state/server")
public class ServerStateController {
@RequiresPermissions("sys:stste:server")
@RequiresPermissions("sys:state:server")
@RequestMapping(value="")
public String index(){
return "modules/state/serverIndex";