org.hibernate.boot.MappingException
Association [com.imooc.entity.Grade.students] references an unmapped entity [com.imooc.entity.Grade.students] : origin(com/imooc/entity/Grade.hbm.xml)
明明按照老師的敲進(jìn)去,怎么出了這么個問題
Association [com.imooc.entity.Grade.students] references an unmapped entity [com.imooc.entity.Grade.students] : origin(com/imooc/entity/Grade.hbm.xml)
明明按照老師的敲進(jìn)去,怎么出了這么個問題
2017-07-31
舉報
2017-07-31
把<session-factory>中第一條刪了,把 url 寫成jdbc:mysql:///hibernate2 ?試試