No CurrentSessionContext configured! 异常解决

错误提示 解决办法 核心配置文件xml中要配置方言web <property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property> 以后添加session <property name="current_session_context_class">thread</property> oksvg
相关文章
相关标签/搜索