问题: Could not determine type for: String, for columns: [org.hibernate.mapping.Column(FeeTime)] org.springframework.web.context.ContextLoaderListenerorg.springframework.beans.factory.BeanCreationException: Error creating bean with name '
org.springframework.web.context.ContextLoaderListener org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Could not determine type for: String, for columns: [org.hibernate.mapping.Column(FeeTime)] ........ 解决方法: type指的是hibernate中的类型,不是java中的String类型,必须小写(string不能写成String)