1、springboot 整合springboot-data-jpa注意點spring
一、① 加jpa依賴;②實體類註解:@Entity,@Table(name="tbl_user"),@Id;③mapper層繼承JpaRepository<實體類,主鍵id類型>springboot