1 Star 0 Fork 733

Noenemy/spring-boot-plus

forked from geekidea/spring-boot-plus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 276 Bytes
一键复制 编辑 原始数据 按行查看 历史
geekidea 提交于 2024-02-14 17:14 . spring-boot-plus V2.7.18发布
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"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/dyt314569024/spring-boot-plus.git
[email protected]:dyt314569024/spring-boot-plus.git
dyt314569024
spring-boot-plus
spring-boot-plus
master

搜索帮助