mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-22 20:54:26 +08:00
fix(bootstrap-prod.yml): 订单环境正式环境端口修改8603→8803
This commit is contained in:
parent
326b2ed585
commit
4a4ee3d9aa
@ -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;
|
||||
|
||||
/**
|
||||
|
@ -1,5 +1,5 @@
|
||||
server:
|
||||
port: 8603
|
||||
port: 8803
|
||||
|
||||
spring:
|
||||
main:
|
||||
|
Loading…
Reference in New Issue
Block a user