Commit 779f5734 by xiongjiangtao

Merge remote-tracking branch 'origin/feature-chat-activity' into feature-chat-activity

parents 6347e6c8 33dfc25e
......@@ -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