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

-修复了若干bug(容器中应用无法打开的问题)
This commit is contained in:
bamanker
2023-11-11 20:33:14 +08:00
parent 6eaa123087
commit 5ae844ea33
3 changed files with 1 additions and 35 deletions

34
.gitignore vendored
View File

@@ -1,34 +0,0 @@
HELP.md
target/
!target/dailylove
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/