发布网友 发布时间:2024-10-21 14:30
共1个回答
热心网友 时间:2024-11-24 18:38
the import org.hibernate cannot be resolved 检查你的hibernate包,但根据下面的configuration cannot be resolved to a type来看,你可能包不少,是你import的时候,引用错了包,没有引用hibernate的configuration,而是其他包下面的configuration,下面的sessionFactory cannot be resolved to a type和session cannot be resolved to a type也是同理