添加了GraalVM的原生镜像版本-本地编译版本

This commit is contained in:
bamanker
2023-11-11 11:27:14 +08:00
parent e11418a3fa
commit 38152b7786
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
HELP.md
target/
!target/dailylove
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/

View File

@@ -10,7 +10,7 @@
</parent>
<groupId>com.bamanker</groupId>
<artifactId>dailylove</artifactId>
<version>v2.0</version>
<version>v2.1</version>
<name>dailyLove</name>
<description>dailylove</description>
<properties>