# spring-boot-demo **Repository Path**: daodao-bot/spring-boot-demo ## Basic Information - **Project Name**: spring-boot-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Unlicense - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-07 - **Last Updated**: 2025-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-boot-demo --- ## 构建 原生镜像 native image ```shell mvn spring-boot:build-image -Pnative ``` 或者 JVM 镜像 ```shell mvn package docker build . ``` --- ## 部署 ```shell docker run -d \ --name spring-boot-demo \ -p 80:80 \ -e TZ=Asia/Shanghai \ daodaobot/spring-boot-demo:latest ``` ## 访问 /doc.html