Commit b1da8df2 authored by 张征龙's avatar 张征龙

Merge branch 'master' into 'develop'

# Conflicts:
#   README.md
parents d53dbef3 c0b191dd
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
......
# readmwwww
\ No newline at end of file
# readme
\ No newline at end of file
......@@ -63,7 +63,7 @@ dependencyManagement {
dependencies {
imports {
mavenBom 'cn.com.duiba.boot:spring-boot-ext-dependencies:1.2.112'
mavenBom 'cn.com.duiba.boot:spring-boot-ext-dependencies:1.2.224.log'
mavenBom "org.springframework.boot:spring-boot-dependencies:${springBootVersion}"
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:Edgware.RELEASE'
}
......
......@@ -37,7 +37,7 @@ public class MonitorController {
@ResponseBody
public String test(){
String res="ok";
log.info("连接{}",res);
log.info("连接12{}",res);
return res;
}
......
......@@ -12,4 +12,6 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
@AutoConfigureMockMvc
public abstract class BaseTest {
}
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