问题遇到的现象和发生背景
使用swagger2---2.9.2版本,为什么使用 127.0.0.1和localhostUI不同
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<version>2.9.2</version>
</dependency>
http://127.0.0.1:8081/swagger-ui.html

http://localhost:8081/swagger-ui.html
