修改swagger-ui地址

This commit is contained in:
zhouxiunai
2020-09-01 15:49:38 +08:00
parent ab6469a2cd
commit 6fe2f23f6c
@@ -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/")
; ;
} }