⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hibernate.cfg.xml

📁 主要功能: 支持UBB; 屏蔽HTML; 加入表情; 发言
💻 XML
字号:
<?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="hibernate.connection.url">jdbc:mysql://localhost/himessage?useUnicode=true&amp;characterEncoding=gb2312</property>
        <property name="hibernate.cglib.use_reflection_optimizer">true</property>
        <property name="hibernate.connection.password">813914</property>
        <property name="hibernate.connection.username">root</property>
        <property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
        <property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property>
        <property name="hibernate.show_sql">true</property>

		<mapping resource="com/tiandinet/HiMessage/Pic.hbm.xml"/>
		<mapping resource="com/tiandinet/HiMessage/Conf.hbm.xml"/>
		<mapping resource="com/tiandinet/HiMessage/Admin.hbm.xml"/>
		<mapping resource="com/tiandinet/HiMessage/Msg.hbm.xml"/>

    </session-factory>
</hibernate-configuration>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -