Error creating bean with name 'basDictAction' defined in class path resource [applicationContext.xml]: Cannot resolve reference to bean 'basDictService' while setting bean property 'basDictService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'basDictService' defined in class path resource [applicationContext.xml]: Cannot resolve reference to bean 'basDictDao' while setting bean property 'basdictdao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'basDictDao' defined in class path resource [applicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Repeated column in mapping for entity: com.hr.entity.CstCustomer column: cust_level (should be mapped with insert="false" update="false")
你只贴这么个报错信息出来,谁也看不懂