运行不了,求大神解决

来源:1-11 通过Hibernate API编写访问数据库的代码

笑李藏刀

2017-04-02 21:29

四月 02, 2017 9:28:52 下午 org.hibernate.annotations.common.Version <clinit>

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

四月 02, 2017 9:28:52 下午 org.hibernate.Version logVersion

INFO: HHH000412: Hibernate Core {4.2.21.Final}

四月 02, 2017 9:28:52 下午 org.hibernate.cfg.Environment <clinit>

INFO: HHH000206: hibernate.properties not found

四月 02, 2017 9:28:53 下午 org.hibernate.cfg.Environment buildBytecodeProvider

INFO: HHH000021: Bytecode provider name : javassist

四月 02, 2017 9:28:53 下午 org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator initiateService

WARN: HHH000181: No appropriate connection provider encountered, assuming application will be supplying connections


写回答 关注

4回答

  • 橘子甜心
    2017-04-18 15:33:28

    把你代码中的

    Configuration config = new Configuration();

    换成Configuration config = new Configuration().configure();

  • 慕设计0158998
    2017-04-13 18:02:25

    一样呀,解决了吗,同求

  • 慕粉2236314087
    2017-04-09 22:46:54

    同样错误

  • 笑李藏刀
    2017-04-02 21:31:43

    http://img.mukewang.com/58e0fd1e00016a1407110309.jpg跪求解决

Hibernate初探之单表映射

Java持久化框架Hibernate入门教程,掌握Hibernate基本概念

74810 学习 · 793 问题

查看课程

相似问题