提交 44351c5d 编写于 作者: F fengyw

修改网关地址说明

上级 c43743f1
......@@ -12,7 +12,8 @@ public class IndexController {
@GetMapping("/")
public Mono<String> index() {
String html = "<center>Gateway Run Success</center>";
String html = "<center>Gateway Run Success</center><br/>";
html = html + "<center>网关地址:http://localhost:8180</center>";
return Mono.just(html);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册