Commit fff97d94 authored by kongbo's avatar kongbo

Update MonitorController.java

parent 02c9805b
......@@ -37,7 +37,7 @@ public class MonitorController {
@ResponseBody
public String test(){
String res="ok";
log.info("连接{}",res);
log.info("连接12{}",res);
return res;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment