当前位置:Gxlcms > 数据库问题 > org.hibernate.exception.SQLGrammarException: could not execute query 没有找到数据库

org.hibernate.exception.SQLGrammarException: could not execute query 没有找到数据库

时间:2021-07-01 10:21:17 帮助过:3人阅读

没有找到数据库,要么设置*.hbm.xml,要么设置hibernate

<property name="connection.url">
   jdbc:sqlserver://127.0.0.1:1433;DatabaseName=***
  </property>

 <class name="DAO.Address" table="address" schema="dbo" catalog="NtoN">

org.hibernate.exception.SQLGrammarException: could not execute query 没有找到数据库

标签:

人气教程排行