Commit c8aef1c3 authored by zhangzhenglong's avatar zhangzhenglong

Merge remote-tracking branch 'origin/master'

parents b634d0a8 7b7388c0
Pipeline #70585 failed with stages
in 0 seconds
FROM registry.cn-hangzhou.aliyuncs.com/duiba/duiba-jdk8
#FROM registry.cn-hangzhou.aliyuncs.com/duiba/duiba-jdk8
FROM harbor.dui88.com/library/build_image:jdk131
MAINTAINER op@duiba.com.cn
ARG appname
ARG environment
......
......@@ -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