Commit e7219e3d authored by shenjiaqing's avatar shenjiaqing

提交代码

parent ace361fe
......@@ -38,7 +38,7 @@ allprojects {
}
group = "cn.com.duiba.boot"
version = "0.0.10"
version = "0.0.11"
}
subprojects {
......
......@@ -34,7 +34,7 @@ import java.util.concurrent.ConcurrentMap;
import java.util.stream.Collectors;
/**
* @author MeiChang
* @author shenjiaqing
* @Description
*/
@Configuration
......@@ -48,7 +48,7 @@ public class CacheConfig {
@Resource(name = "eurekaClient")
private EurekaClient eurekaClient;
@Value("spring.application.name")
@Value("${spring.application.name}")
private String appName;
/**
......
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