Configureation = new Configuration().configure();不加后面的configure() 报这个异常
换成这个 class="org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean">这个id用的地方也要对应好了
可能是方言和你本地的数据库不匹配吧,我用的是这个org.hibernate.dialect.MySQL5Dialect