Hibernate高级配置1.配置数据库连接池2.把SessionFactory与JNDI绑定
1.配置数据库连接池1.1.使用默认的数据库连接池hibernate.dialect = org.hibernate.dialect.MySQLDialecthibernate.connection.driver_class = com.mysql.jdbc.Driverhibernate.connection.url = jdbc:mysql://localhost:3306/sam