Invalid bound statement (not found)这个错误https://blog.csdn.net/sundacheng1989/article/details/81630370里面我看了,并没有解决问题,通过deubug发现是调用Configuration类中的hasStatement(String statementName)方法返回false,所以是配置的问题,然后我源码网址https://gitee.com/xiangze/demo/tree/master比较,发现是SessionFactoryConfiguration上面少了个@Configuration的注释
2019-06-16