Merge pull request #3000 from ruansheng8/2022.x-removeJvmArg

remove maven build jvmArg
pull/2988/head^2
Steve Rao 2 years ago committed by GitHub
commit 4c8cf3db02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -86,7 +86,6 @@
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<configuration> <configuration>
<jvmArguments> <jvmArguments>
-Dspring.aot.enabled=true
-agentlib:native-image-agent=config-merge-dir=src/main/resources/META-INF/native-image/ -agentlib:native-image-agent=config-merge-dir=src/main/resources/META-INF/native-image/
</jvmArguments> </jvmArguments>
<image> <image>

Loading…
Cancel
Save