输入banner图图片脚本导航/分类

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

没有找到数据库,要么设置*.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 没有找到数据库

标签: