1 Star 0 Fork 724

槿城/spring-boot-plus

forked from geekidea/spring-boot-plus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 276 Bytes
一键复制 编辑 原始数据 按行查看 历史
geekidea 提交于 2024-01-30 00:00 . docker配置文件
FROM openjdk:8
ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
COPY target/spring-boot-plus.jar /spring-boot-plus/spring-boot-plus.jar
WORKDIR /spring-boot-plus
EXPOSE 8888
ENTRYPOINT ["java","-jar","spring-boot-plus.jar"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/xuhd88/spring-boot-plus.git
git@gitee.com:xuhd88/spring-boot-plus.git
xuhd88
spring-boot-plus
spring-boot-plus
master

搜索帮助