刚开始学习hibernate 遇到不懂的请问一下 这里是哪里有错误 错误是怎么看的 谢谢

二月 10, 2017 6:57:50 下午 org.hibernate.annotations.common.Version
INFO: HCANN000001: Hibernate Commons Annotations {4.0.2.Final}
二月 10, 2017 6:57:50 下午 org.hibernate.Version logVersion
INFO: HHH000412: Hibernate Core {4.2.4.Final}
二月 10, 2017 6:57:50 下午 org.hibernate.cfg.Environment
INFO: HHH000206: hibernate.properties not found
二月 10, 2017 6:57:50 下午 org.hibernate.cfg.Environment buildBytecodeProvider
INFO: HHH000021: Bytecode provider name : javassist
二月 10, 2017 6:57:50 下午 org.hibernate.cfg.Configuration configure
INFO: HHH000043: Configuring from resource: /hibernate.cfg.xml
二月 10, 2017 6:57:50 下午 org.hibernate.cfg.Configuration getConfigurationInputStream
INFO: HHH000040: Configuration resource: /hibernate.cfg.xml

看info HHH000206: hibernate.properties not found

可以参考以下两篇文章哈。http://www.oschina.net/question/218567_67718
http://www.imooc.com/qadetail/152520?t=206391

这应该是 配置文件没找到