hibernate.cfg.xml

<!DOCTYPE hibernate-configuration PUBLIC
    "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
    "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<!-- hibernate连接数据库的配置文件 -->
<hibernate-configuration>
    <!-- 连接参数 -->
        <session-factory>
            
            
        </session-factory>
    
</hibernate-configuration>

 

posted @ 2016-12-28 11:21  止如初见  阅读(116)  评论(0)    收藏  举报