1、springboot 整合springboot-data-jpa注意点spring
一、① 加jpa依赖;②实体类注解:@Entity,@Table(name="tbl_user"),@Id;③mapper层继承JpaRepository<实体类,主键id类型>springboot