We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
获取总数哪里会报错,链接是关闭的 connection holder is null
conn 使用这个代替 SqlSessionTemplate st = (SqlSessionTemplate) getSqlSession(); Connection conn = SqlSessionUtils.getSqlSession( st.getSqlSessionFactory(), st.getExecutorType(), st.getPersistenceExceptionTranslator()).getConnection();
网站没备案里面的好多文件也获取失败了
The text was updated successfully, but these errors were encountered:
connection holder is null , 这个你得要看下AOP,是不是不在事务里,你如果用我的项目出现的这个情况,100%是这个问题。
第二,备案问题,是最近这个域名在换公司备案,所以有十来天的问题,现在使用可以更新代码,已经更新网址,把原来的open.sojson.com 换成 open.itboy.net 即可。
Sorry, something went wrong.
备案问题,应该下个星期就会好。
No branches or pull requests
获取总数哪里会报错,链接是关闭的
connection holder is null
conn 使用这个代替
SqlSessionTemplate st = (SqlSessionTemplate) getSqlSession();
Connection conn = SqlSessionUtils.getSqlSession(
st.getSqlSessionFactory(), st.getExecutorType(),
st.getPersistenceExceptionTranslator()).getConnection();
网站没备案里面的好多文件也获取失败了
The text was updated successfully, but these errors were encountered: