swagger 访问路径修改
This commit is contained in:
@@ -98,10 +98,10 @@ public class SwaggerConfig {
|
||||
.url("http://localhost:" + serverPort)
|
||||
.description("本地开发环境"),
|
||||
new Server()
|
||||
.url("https://api.lanecarford.com")
|
||||
.url("http://18.167.251.121:10095/")
|
||||
.description("生产环境"),
|
||||
new Server()
|
||||
.url("https://test-api.lanecarford.com")
|
||||
.url("http://18.167.251.121:10095/")
|
||||
.description("测试环境")
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user