xiaotong2019 opened a new issue, #19769:
URL: https://github.com/apache/shardingsphere/issues/19769
## Calling the insert method cannot return the PK primary key value.
When shardingsphere v5.1.2 integrates mybatis-plus v3.5.2, calling the
insert method successfully, but cannot return the PK primary key value (I using
the default snowflake algorithm and build in spring boot v2.3.12 and mysql 8).
Help, Thanks!
### version:
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-jdbc-core-spring-boot-starter</artifactId>
<version>5.1.2</version>
</dependency>

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail:
[email protected]
For queries about this service, please contact Infrastructure at:
[email protected]