From 49b1eb9178d5e02e43dbf4459a43b3f912c5165b Mon Sep 17 00:00:00 2001 From: lyf666 Date: Mon, 25 Sep 2017 15:35:36 +0800 Subject: [PATCH] pom --- src/main/resources/conf/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/conf/application.properties b/src/main/resources/conf/application.properties index 7a1d78d..36fc211 100644 --- a/src/main/resources/conf/application.properties +++ b/src/main/resources/conf/application.properties @@ -4,7 +4,7 @@ server.port = 8338 # Control the network ip address Pippo binds # Specify 0.0.0.0 for all available interfaces -server.host = localhost +server.host = 0.0.0.0 # Specify the context path of the application server.contextPath = / \ No newline at end of file