-
Notifications
You must be signed in to change notification settings - Fork 355
Add MyBatis support #404
Comments
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>2.1.4</version>
</dependency> mybatis-spring-boot-starter not work too. |
I ran into the same problem
I ran into the same problem |
the same problem |
With recent fixes related to MyBatis with Spring Native 0.11, should we claim MyBatis support? If so, I would appreciate a PR with a dedicated sample. |
|
@kazuki43zoo FYI |
@linghengqian @making Thanks for mention !! @sdeleuze , @snicoll, and other contributors I'll try to integrate with spring-native for MyBaits's modules. Many problems have been solved, but I am encountering one problem that cannot be solved yet. I would be grateful if tell me a hint for resolving this issue when you have time. Once this issue is resolved, I would suggest publishing it as an official module to MyBatis owners. |
Hi guys, The MyBatis team has been published the integration module for spring-native feature to Sonatype OSS repository. Please try it and welcome to feedback!! |
Nice thanks for working on this. |
Spring Native is now superseded by Spring Boot 3 official native support, see the related reference documentation for more details. As a consequence, I am closing this issue, and recommend trying your use case with latest Spring Boot 3 version. If you still experience the issue reported here, please open an issue directly on the GraalVM Reachability Repository project. Thanks for your contribution on the experimental Spring Native project, we hope you will enjoy the official native support introduced by Spring Boot 3. |
I used Springboot+MybatisPlus in the project When I did not add MybatisPlus, I could successfully build a native image and run it successfully.
Join MybatisPlus, although it can be compiled and generated native image, but the running error. Error memory is as follows:
pom.xml
Bootstrap Application
Error screenshot
What happened?
Plz help me, thx.
The text was updated successfully, but these errors were encountered: