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

can support @GeneratedValue? #277

Open 695343126 opened 1 year ago

695343126 commented 1 year ago

version: 3.0.0-SNAPAHOT

@GeneratedValue is not supported now, plz upgrade

easybest commented 1 year ago

So far, We support @GeneratedValues strategy is as follow:

695343126 commented 1 year ago

If I have a id and javaType is String , I want to insert it by automatically generating uuid , What should be done?