1 Star 0 Fork 86

happy/sz-boot-parent

forked from INS6/sz-boot-parent 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
Dockerfile 296 Bytes
Copy Edit Raw Blame History
INS6 authored 2024-05-10 17:22 . 首次提交
FROM azul/zulu-openjdk:21
LABEL authors="sz"
COPY *.jar app.jar
# 设置构建参数
ARG PROFILE
ENTRYPOINT ["java", "-jar", "-Duser.timezone=Asia/Shanghai","-Dfile.encoding=UTF-8", "app.jar", "--spring.profiles.active=${SPRING_PROFILES_ACTIVE}"]
# CMD ["--spring.profiles.active=${PROFILE}"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/happy11wd/sz-boot-parent.git
git@gitee.com:happy11wd/sz-boot-parent.git
happy11wd
sz-boot-parent
sz-boot-parent
main

Search