微服务版后端初始化

This commit is contained in:
yaoyn
2025-02-08 17:51:37 +08:00
parent 54af6be188
commit da009a7cc4
1897 changed files with 429541 additions and 81 deletions

4
Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM openjdk:11-jre
EXPOSE 8080
ADD target/xjrsoft-boot.jar /app.jar
ENTRYPOINT ["java","-jar","/app.jar"]