Commit 0eb40efc by 王祖波

log

parent 354f66aa
......@@ -54,6 +54,7 @@ public class HoloDataSource implements InitializingBean, DisposableBean {
holoConfig.setJdbcUrl(holoUrl);
holoConfig.setUsername(holoUserName);
holoConfig.setPassword(holoPassword);
log.info("holo链接初始化,holoUrl:{},holoUserName:{},holoPassword:{}",holoUrl,holoUserName,holoPassword);
holoConfig.setConnectionMaxIdleMs(13000);
HoloClient newClient = new HoloClient(holoConfig);
newClient.setAsyncCommit(false);
......
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