easybest / spring-data-mybatis

Simplifies the development of creating a MyBatis-based data access layer.
https://sdm.easybest.io
Apache License 2.0
237 stars 73 forks source link

请问那个版本将支持主键生成策略,是否支持spring 5 #157

Open 1013785085 opened 6 years ago

1013785085 commented 6 years ago

作者是否还在?该项目是否会成烂尾项目?

easybest commented 6 years ago

2.0会支持spring 5和spring boot 2

easybest commented 6 years ago

目前正在2.0的开发中 不会烂尾。因为这个项目已经在多个大型生产项目中应用。

huyaro commented 6 years ago

请问2.0版本beat版本大概什么时候可以发布?

easybest commented 6 years ago

主体代码已经接近完成,近期会发布第一个版本

easybest commented 6 years ago

2.0版本将兼容JPA2的注解。同样采用MyBatis Mapper预生成技术,保证跟MyBatis同等效率。 同时,实现Spring Data查询标准,方便快捷,又可兼容使用原生MyBatis。

easybest commented 6 years ago

基本上会在Spring Boot RC1版本发布之后,发布Spring Data MyBatis 2.0 版本。

kopax commented 6 years ago

@hatunet will you provide a migration documentation ? It took me a while to figure out how spring data mybatis must be set up, while I am actively interested in spring 5, I am not sure if this migration can be done without too much cost. Thanks for details,

easybest commented 6 years ago

@kopax I will seriously consider this issue.

easybest commented 6 years ago

@kopax Spring Data MyBatis 2.0 will be an exciting version. But I am not sure if Spring Boot 2.0 is compatible with 1.x

kopax commented 6 years ago

We have made a starter project for educational purpose that work with the admin-on-rest demo:

You can the fork of the admin on rest demo modified to work with project-starters/spring-mybatis:

I'll gladly upgrade the project to next Spring Boot version but I'm not sure how to do.

@hatunet, Do you consider preparing a sample application to demonstrate (as the one I've shared) Spring Boot 2.0 and Spring Data Mybatis next version?

easybest commented 6 years ago

@kopax IT'S ON THE WAY