修改swagger-ui地址
This commit is contained in:
@@ -24,7 +24,7 @@ public class SwaggerConfig {
|
|||||||
.paths(PathSelectors.any())
|
.paths(PathSelectors.any())
|
||||||
.build()
|
.build()
|
||||||
.apiInfo(apiInfo())
|
.apiInfo(apiInfo())
|
||||||
.host("130.120.3.231:91/msgexchangeapi/")
|
.host("130.120.3.235/msgexchangeapi/")
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user