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

hibernate.cfg.xml文件的解说

?xml version='1.0' encoding='utf-8'?!DOCTYPE hibernate-configuration PUBLIC -//Hibernate/Hibernate Configuration DTD 3.0//EN http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtdhibernate-configurationsession-factory!-- Database con






	

		
		
		com.mysql.jdbc.Driver
		jdbc:mysql://localhost:3306/hibernate
		root
		admin

		
		
		

		
		
		org.hibernate.dialect.MySQLDialect

		
		

		
		
		
		org.hibernate.cache.internal.NoCacheProvider

		
		
		true