Commit 04fa1fa4 by chentian

增加取消es健康检查,由于common里引入了es,所以每个模块会自启动es

parent 51a6333c
......@@ -9,7 +9,7 @@ import org.springframework.context.annotation.ComponentScan;
public class EsApplication {
public static void main(String[] args) {
//System.setProperty("es.set.netty.runtime.available.processors", "false");
System.setProperty("es.set.netty.runtime.available.processors", "false");
SpringApplication.run(EsApplication.class, args);
}
}
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