Skip to content

Spring Boot

收藏

spring webflux 系列之上传单文件与多文件到七牛云篇

如何在 Spring Boot 应用中优雅的使用 Date 和 LocalDateTime

SPRINGBOOT 启动流程及其原理

使用 Buildpacks 构建原生镜像

Java 容器化指北

Spring Boot GraalVM

ubuntu 中编译报错 /usr/bin/ld: cannot find -lperl

快速开始

# /usr/bin/ld: cannot find -lz: No such file or directory
apt install libz-dev -y
# 构建可执行文件
mvn clean native:compile -Pnative -Dmaven.test.skip=true
# 构建镜像
mvn spring-boot:build-image -Pnative -Dmaven.test.skip=true