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

谁能帮我解决一下!!!

七月 26, 2018 4:22:51 下午 org.hibernate.annotations.common.Version <clinit>

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

七月 26, 2018 4:22:51 下午 org.hibernate.Version logVersion

INFO: HHH000412: Hibernate Core {4.2.4.Final}

七月 26, 2018 4:22:51 下午 org.hibernate.cfg.Environment <clinit>

INFO: HHH000206: hibernate.properties not found

七月 26, 2018 4:22:51 下午 org.hibernate.cfg.Environment buildBytecodeProvider

INFO: HHH000021: Bytecode provider name : javassist

七月 26, 2018 4:22:51 下午 org.hibernate.cfg.Configuration configure

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

七月 26, 2018 4:22:51 下午 org.hibernate.cfg.Configuration getConfigurationInputStream

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


提问者:lcdiao 2018-07-26 16:25

个回答

  • zihoc
    2018-08-06 17:13:52

    我也是这样,把Students.hbm.xml放在src也就是和hibernate.cfg.xml放在一起就解决了

  • 水月残阳下的梦7
    2018-07-31 16:54:43

    报错信息看看,没变吗??


  • 倒影的逆光
    2018-07-31 16:31:46

    你的Student.hbm.xml要和hibernate.cfg.xml放在一起,这是你的路径决定的

  • 水月残阳下的梦7
    2018-07-31 13:18:43

    如可你的mysql的版本是5以后的,那么方言就换成org.hibernate.dialect.MySQL5Dialect

    spacer.gif


  • lcdiao
    2018-07-31 12:54:38

    https://img2.mukewang.com/5b5feb6d0001fb7d02850344.jpg

    https://img3.mukewang.com/5b5feb6d0001695506590283.jpgnot found是怎么回事?


  • 水月残阳下的梦7
    2018-07-30 13:04:35

    看junit里面的错误信息