写完05节的代码后,运行控制台出现下列问题:
六月 08, 2017 4:29:16 下午 org.hibernate.cfg.Environment <clinit>
信息: Hibernate 3.2.0
六月 08, 2017 4:29:16 下午 org.hibernate.cfg.Environment <clinit>
信息: hibernate.properties not found
六月 08, 2017 4:29:16 下午 org.hibernate.cfg.Environment buildBytecodeProvider
信息: Bytecode provider name : cglib
六月 08, 2017 4:29:16 下午 org.hibernate.cfg.Environment <clinit>
信息: using JDK 1.4 java.sql.Timestamp handling
六月 08, 2017 4:29:16 下午 org.hibernate.cfg.Configuration configure
信息: configuring from resource: /hibernate.cfg.xml
六月 08, 2017 4:29:16 下午 org.hibernate.cfg.Configuration getConfigurationInputStream
信息: Configuration resource: /hibernate.cfg.xml
六月 08, 2017 4:29:16 下午 org.hibernate.cfg.Configuration addResource
信息: Reading mappings from resource: pojo/User.hbm.xml
六月 08, 2017 4:29:16 下午 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
信息: Mapping class: pojo.User -> tb_users
六月 08, 2017 4:29:16 下午 org.hibernate.cfg.Configuration addResource
信息: Reading mappings from resource: pojo/Customer.hbm.xml
六月 08, 2017 4:29:16 下午 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
信息: Mapping class: pojo.Customer -> tb_customer_info
六月 08, 2017 4:29:16 下午 org.hibernate.cfg.Configuration addResource
信息: Reading mappings from resource: pojo/Communication.hbm.xml
六月 08, 2017 4:29:16 下午 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
信息: Mapping class: pojo.Communication -> tb_communication_info
六月 08, 2017 4:29:16 下午 org.hibernate.cfg.Configuration doConfigure
信息: Configured SessionFactory: null
六月 08, 2017 4:29:16 下午 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
信息: Mapping collection: pojo.Customer.communicationList -> tb_communication_info
六月 08, 2017 4:29:16 下午 org.hibernate.connection.DriverManagerConnectionProvider configure
信息: Using Hibernate built-in connection pool (not for production use!)
六月 08, 2017 4:29:16 下午 org.hibernate.connection.DriverManagerConnectionProvider configure
信息: Hibernate connection pool size: 20
六月 08, 2017 4:29:16 下午 org.hibernate.connection.DriverManagerConnectionProvider configure
篇幅有限没办法全部打出。确认代码有对。MYSQL也有打开。不知哪里出错,是否因为我用的MYSQL为5.7版本,而书上代码给的为5.6版本的MYSQL的配置文件。导致连接不上MYSQL?