Merge pull request '测试权限' (#3) from dev into master
Reviewed-on: http://192.168.2.237:3000/root/kangarooDataCenter/pulls/3
This commit is contained in:
commit
44f435c4ba
|
@ -23,7 +23,7 @@ public class EntranceController {
|
||||||
@RequestMapping("/queryTest")
|
@RequestMapping("/queryTest")
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
public String queryTest() {
|
public String queryTest() {
|
||||||
logger.info("请求成功info11111111");
|
logger.info("请求成功info11112312312311111");
|
||||||
logger.error("请求成功error");
|
logger.error("请求成功error");
|
||||||
return "请求成功";
|
return "请求成功";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue