-
mybatis configure: http://mybatis.github.io/mybatis-3/zh/configuration.html
-
corba接口 问题:运行时间越久线程越多。
原因: 资源关闭方法错误。
keyword: SelectorThread https://community.jboss.org/thread/49343?tstart=0
解决:org.omg.CORBA 调用 shutdown(false) 后需要调用destroy()
Destroys the ORB so that its resources can be reclaimed.