Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Fix nativeTest
Browse files Browse the repository at this point in the history
  • Loading branch information
linghengqian committed Nov 28, 2023
1 parent a58b8d9 commit 50b6def
Show file tree
Hide file tree
Showing 10 changed files with 518 additions and 1,343 deletions.
927 changes: 513 additions & 414 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion native-image/user-code-filter.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"rules": [
{"excludeClasses": "**"},
{"includeClasses": "com.baomidou.mybatisplus.core.**"}
{"includeClasses": "com.baomidou.dynamic.datasource.**"}
]
}
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
</disabledStages>
<merge>false</merge>
<outputDirectory>
${project.basedir}/src/main/resources/META-INF/native-image/com.baomidou/mybatis-plus-spring-boot3-starter/3.5.4.1/
${project.basedir}/src/main/resources/META-INF/native-image/com.baomidou/dynamic-datasource-spring-boot3-starter/4.2.0/
</outputDirectory>
</metadataCopy>
</agent>
Expand Down Expand Up @@ -149,6 +149,7 @@
<configuration>
<buildArgs>
<arg>-H:+AllowDeprecatedBuilderClassesOnImageClasspath</arg>
<arg>--features=com.example.bootnative.LambdaRegistrationFeature</arg>
</buildArgs>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
<metadataRepository>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1755,4 +1755,4 @@
"name":"sun.security.provider.SHA2$SHA256",
"methods":[{"name":"<init>","parameterTypes":[] }]
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"pattern":"\\Qorg/h2/util/data.zip\\E"
}]},
"bundles":[]
}
}

This file was deleted.

Loading

0 comments on commit 50b6def

Please sign in to comment.