求大神知道hibernate.cfg.xml文件报错!!!!!!!急!急!急!
<?xmlversion="1.0"encoding="UTF-8"?><!DOCTYPEhibernate-mappingPUBLIC"-//Hibernate/Hib...
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-mapping PUBLIC
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
<hibernate-configuration>
<session-factory>
<!--
数据库连接信息:
1、name的值是固定的写法
2、property元素里面的内容要改成自己的数据库连接信息
-->
<property name="connection.url">
jdbc:oracl:thin:@localhost:1521:orcl
</property>
<property name="connection.username">scott</property>
<property name="connection.password">Mm123456</property>
<property name="connection.driver_class">
oracle.jdbc.OracleDriver
</property>
<!-- Hibernate配置信息 -->
<!-- dialect方言,用于配置生成针对哪个数据库的SQL语句 -->
<property name="dialect">
<!--方言类,Hibernate提供的,用于封装某种特定数据库的方言 -->
org.hibernate.dialect.OracleDialect
</property>
<!-- 是否在控制台输出SQL -->
<property name="show_sql">true</property>
<!-- 是否格式化输出的SQL -->
<property name="format_sql">true</property>
<!-- 在配置文件中关联映射文件 -->
<mapping resource="entity/Emp.hbm.xml" />
</session-factory>
</hibernate-configuration>
property下全是红线
错误是:The content of element type "property" must match "(meta*,(column|formula)*,type?)". 展开
<!DOCTYPE hibernate-mapping PUBLIC
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
<hibernate-configuration>
<session-factory>
<!--
数据库连接信息:
1、name的值是固定的写法
2、property元素里面的内容要改成自己的数据库连接信息
-->
<property name="connection.url">
jdbc:oracl:thin:@localhost:1521:orcl
</property>
<property name="connection.username">scott</property>
<property name="connection.password">Mm123456</property>
<property name="connection.driver_class">
oracle.jdbc.OracleDriver
</property>
<!-- Hibernate配置信息 -->
<!-- dialect方言,用于配置生成针对哪个数据库的SQL语句 -->
<property name="dialect">
<!--方言类,Hibernate提供的,用于封装某种特定数据库的方言 -->
org.hibernate.dialect.OracleDialect
</property>
<!-- 是否在控制台输出SQL -->
<property name="show_sql">true</property>
<!-- 是否格式化输出的SQL -->
<property name="format_sql">true</property>
<!-- 在配置文件中关联映射文件 -->
<mapping resource="entity/Emp.hbm.xml" />
</session-factory>
</hibernate-configuration>
property下全是红线
错误是:The content of element type "property" must match "(meta*,(column|formula)*,type?)". 展开
1个回答
展开全部
我已经看出来了你的错误了
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-configuration PUBLIC
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
你复制替换为这个 看还报错吗? 绝对好使
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-configuration PUBLIC
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
你复制替换为这个 看还报错吗? 绝对好使
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询