问答详情
源自:1-11 通过Hibernate API编写访问数据库的代码

运行报了如下的错误,请问怎么解决。两个xml文件是放在一起的

十月 29, 2018 4:47:15 下午 org.hibernate.annotations.common.Version <clinit>

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

十月 29, 2018 4:47:15 下午 org.hibernate.Version logVersion

INFO: HHH000412: Hibernate Core {4.2.4.Final}

十月 29, 2018 4:47:15 下午 org.hibernate.cfg.Environment <clinit>

INFO: HHH000206: hibernate.properties not found

十月 29, 2018 4:47:15 下午 org.hibernate.cfg.Environment buildBytecodeProvider

INFO: HHH000021: Bytecode provider name : javassist

十月 29, 2018 4:47:15 下午 org.hibernate.cfg.Configuration configure

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

十月 29, 2018 4:47:15 下午 org.hibernate.cfg.Configuration getConfigurationInputStream

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


提问者:慕粉1473922411 2018-10-29 16:50

个回答

  • qq_KrisandPeter_0
    2018-10-30 15:40:53
    已采纳

    hibernate.cfg.xml的路径写错了,不应该加斜杠