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

Commit

Permalink
Remove graal-sdk in classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
linghengqian committed Nov 28, 2023
1 parent 50b6def commit 8973788
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 553 deletions.
693 changes: 172 additions & 521 deletions README.md

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@
<artifactId>mybatis-plus-spring-boot3-starter</artifactId>
<version>3.5.4.1</version>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
<version>22.3.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
Expand Down Expand Up @@ -94,9 +89,6 @@
</execution>
</executions>
<configuration>
<buildArgs>
<arg>-H:+AllowDeprecatedBuilderClassesOnImageClasspath</arg>
</buildArgs>
<agent>
<enabled>true</enabled>
<defaultMode>Conditional</defaultMode>
Expand Down Expand Up @@ -147,10 +139,6 @@
<artifactId>native-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<buildArgs>
<arg>-H:+AllowDeprecatedBuilderClassesOnImageClasspath</arg>
<arg>--features=com.example.bootnative.LambdaRegistrationFeature</arg>
</buildArgs>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
<metadataRepository>
<enabled>true</enabled>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"types":[
],
"lambdaCapturingTypes":[
{
"name":"com.example.bootnative.BootNativeApplication"
}
],
"proxies":[
]
}

0 comments on commit 8973788

Please sign in to comment.