调整nacos配置中心

This commit is contained in:
2023-11-28 11:49:11 +08:00
parent b98a4954ad
commit 69195be5ef
47 changed files with 352 additions and 508 deletions

View File

@@ -3,3 +3,4 @@ LABEL authors="yovinchen"
VOLUME /tmp
ADD ./target/service-gateway.jar service-gateway.jar
ENTRYPOINT ["java","-jar","/service-gateway.jar", "&"]