谁知道这股错误怎么回事?

来源:1-6 生成表结构

过眼烟云215

2016-10-25 19:05

2016-10-25 19:04:35 org.hibernate.annotations.common.Version <clinit>

INFO: HCANN000001: Hibernate Commons Annotations {4.0.2.Final}

2016-10-25 19:04:35 org.hibernate.Version logVersion

INFO: HHH000412: Hibernate Core {4.2.21.Final}

2016-10-25 19:04:35 org.hibernate.cfg.Environment <clinit>

INFO: HHH000206: hibernate.properties not found

2016-10-25 19:04:35 org.hibernate.cfg.Environment buildBytecodeProvider

INFO: HHH000021: Bytecode provider name : javassist

2016-10-25 19:04:35 org.hibernate.cfg.Configuration configure

INFO: HHH000043: Configuring from resource: /hibernate.cfg.xml

2016-10-25 19:04:35 org.hibernate.cfg.Configuration getConfigurationInputStream

INFO: HHH000040: Configuration resource: /hibernate.cfg.xml

2016-10-25 19:04:35 org.hibernate.cfg.Configuration addResource

INFO: HHH000221: Reading mappings from resource: entity/Students.hbm.xml

2016-10-25 19:04:35 org.hibernate.cfg.Configuration addResource

INFO: HHH000221: Reading mappings from resource: entity/Users.hbm.xml

2016-10-25 19:04:35 org.hibernate.cfg.Configuration doConfigure

INFO: HHH000041: Configured SessionFactory: null

2016-10-25 19:04:35 org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl configure

WARN: HHH000402: Using Hibernate built-in connection pool (not for production use!)

2016-10-25 19:04:35 org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl configure

INFO: HHH000115: Hibernate connection pool size: 20

2016-10-25 19:04:35 org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl configure

INFO: HHH000006: Autocommit mode: false

2016-10-25 19:04:35 org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl configure

INFO: HHH000401: using driver [com.mysql.jdbc.Driver] at URL [jdbc:mysql://localhost/test?useUnicode=true&characterEncoding=UTF-8]

2016-10-25 19:04:35 org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl configure

INFO: HHH000046: Connection properties: {user=root, password=****}

2016-10-25 19:04:35 org.hibernate.dialect.Dialect <init>

INFO: HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect

2016-10-25 19:04:35 org.hibernate.engine.jdbc.internal.LobCreatorBuilder useContextualLobCreation

INFO: HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4

2016-10-25 19:04:35 org.hibernate.engine.transaction.internal.TransactionFactoryInitiator initiateService

INFO: HHH000399: Using default transaction strategy (direct JDBC transactions)

2016-10-25 19:04:35 org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory <init>

INFO: HHH000397: Using ASTQueryTranslatorFactory


写回答 关注

2回答

  • qq_智符时灬智_03777444
    2016-10-26 18:59:13
    已采纳

    要发的是你的junit下面显示的错误

    过眼烟云21...

    非常感谢!

    2016-10-26 19:02:08

    共 1 条回复 >

  • qq_智符时灬智_03777444
    2016-10-26 18:58:42

    主要的错误你都没发

使用Struts2+Hibernate开发学生信息管理功能

Strust2+Hibernate整合开发案例,Java Web开发技能更上一层楼

80700 学习 · 754 问题

查看课程

相似问题