为了账号安全,请及时绑定邮箱和手机立即绑定

SQL Server 数据库 配置文件需要更改吗?

<?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">

<hibernate-configuration>

    <session-factory>

   <property name="connection.usernname"></property>

<property name="connection.password"></property>

<property name="connection.driver_class">com.sql.jdbc.Driver</property>

<property name="connection.url">jdbc:sql://hibernate?useUnicode=true&amp;characterEncoding=utf-8</property>

<property name="dialect">org.hibernate.dialect.SQLDialect</property>


<property name="show_sql">true</property>

<property name="format_sql">true</property>

<property name="hbm2ddlauto></property>


<mapping  resource="Students.hbm.xml/>

    </session-factory>

</hibernate-configuration>


正在回答

2 回答

把链接驱动换成sql server的就可以了   

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

SQL Server 数据库 配置文件需要更改吗?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信