ref 拆分支付模块为单独的项目适配

This commit is contained in:
xxm1995
2023-05-12 17:17:03 +08:00
parent e983a4d178
commit 9f537a8739
114 changed files with 6144 additions and 273 deletions

View File

@@ -15,7 +15,7 @@ ENV JAVA_OPTS="-Xms256m -Xmx1G -XX:+UseG1GC -Djava.security.egd=file:/dev/./uran
WORKDIR /
# 端口暴露
EXPOSE 9999
EXPOSE 9898
# 添加执行jar包
ADD bootx-start/target/bootx-start.jar bootx-start.jar