luoynagwei 9 tháng trước cách đây
mục cha
commit
f819b6cef2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -15,7 +15,7 @@ init:
 
 gateway: init
 	./gradlew :app-gateway:clean :app-gateway:bootJar
-	cp ./api-gateway/build/libs/app-gateway-1.0.1.jar /opt/app-gateway/app-gateway.jar
+	cp ./app-gateway/build/libs/app-gateway-1.0.1.jar /opt/app-gateway/app-gateway.jar
 	sudo systemctl restart app-gateway
 
 user: init