Commit e5e512d8 authored by xiaoguang.xu's avatar xiaoguang.xu

提交到maven仓库. 0.0.1 版本

parent 05351d4a
...@@ -42,4 +42,17 @@ ...@@ -42,4 +42,17 @@
</dependency> </dependency>
</dependencies> </dependencies>
<distributionManagement>
<repository>
<id>Releases</id>
<name>Releases Repository</name>
<url>http://repo.quantgroup.cn/nexus/content/repositories/lkb-releases/</url>
</repository>
<snapshotRepository>
<id>Snapshots</id>
<name>Snapshots Repository</name>
<url>http://repo.quantgroup.cn/nexus/content/repositories/lkb-snapshots/</url>
</snapshotRepository>
</distributionManagement>
</project> </project>
\ No newline at end of file
...@@ -42,7 +42,7 @@ public class QGConfigManager extends DefaultConfigManager { ...@@ -42,7 +42,7 @@ public class QGConfigManager extends DefaultConfigManager {
properties.putAll(body.details); properties.putAll(body.details);
return; return;
} }
log.error("额... 看起来 kubernetes server 有点问题, 返回了false, serverInfo:{} ,body:{}", eosHost, body); log.error("额... 看起来 eos server 有点问题, 返回了false, serverInfo:{} ,body:{}", eosHost, body);
} }
......
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