fix(bootstrap-prod.yml): 订单环境正式环境端口修改8603→8803

This commit is contained in:
郝先瑞 2022-04-05 14:36:13 +08:00
parent 326b2ed585
commit 4a4ee3d9aa
2 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,6 @@ import io.swagger.annotations.ApiOperation;
import lombok.RequiredArgsConstructor;
import org.springframework.web.bind.annotation.*;
import java.util.Collections;
import java.util.List;
/**

View File

@ -1,5 +1,5 @@
server:
port: 8603
port: 8803
spring:
main: