标签:annotation

spring异常:Caused by: org.springframework.beans.factory.B

org.springframework.beans.factory.BeanCreationException: Error creating bean with name “applyInfoService”: Injection of autowired dependencies failed; nested exception ……

关于注解式hibernate的mapping映射问题

hibernatesqlserverannotationjavaspring 我在配置映射的时候遇到的问题,就是user_id是sqlserver的关键字无法使用,然后数据库是原先的不能修改字段名。如何用注解的方式定义id以及其他字段对应表的字段名(如“[user_id]”),我在user_id 下加入@column会报错不能这样做吗? packa……