# springboot-jpa **Repository Path**: big-blank/springboot-jpa ## Basic Information - **Project Name**: springboot-jpa - **Description**: 本demo采用了springboot+jpa来解决项目开发上常遇到一些问题 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 1 - **Created**: 2018-09-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 本demo采用了springboot+jpa 简洁处理业务型数据 #### 注:基本的crud在这里不必多说 *多表关联关系* *在lombok下怎么处理关联注解* *利用Java8的特性,转换为对应的对象* *实例查询* *Specifications动态构建查询* *利用entityManager 将原生的sql结果集转为自定义对象*