-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for [com.baomidou:mybatis-plus-boot-starter:jar:3.5.3.1] #159
Comments
I don't think this can be fixed with reachability metadata. The problem will need to be addressed in the code that's attempting to bind configuration properties directly to ibatis classes. Presumably that code is part of mybatis-plus-boot-starter. |
@dnestoro I think you can close this issue. |
ok, 以上文字是中文翻译的。抱歉 ok The above text is translated from Chinese. Sorry |
|
Describe the problem
`
Exception in thread "main" org.springframework.boot.context.properties.bind.MissingParametersCompilerArgumentException: Constructor binding in a native image requires compilation with -parameters but the following classes were compiled without it:
org.apache.ibatis.builder.CacheRefResolver
org.apache.ibatis.parsing.XNode
org.apache.ibatis.builder.annotation.MethodResolver
org.apache.ibatis.builder.ResultMapResolver
org.apache.ibatis.mapping.ResultFlag
`
Additional context
Add any other context about the problem here.
System Info (please complete the following information):
mac
]graalvm-ce-java17-22.3.0
]17
]native-maven-plugin:0.9.19
]To Reproduce
demo 2.zip
The text was updated successfully, but these errors were encountered: