We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d9794 commit 82e6088Copy full SHA for 82e6088
02nio/nio02/src/main/java/io/github/kimmking/gateway/NettyServerApplication.java
@@ -9,7 +9,7 @@ public class NettyServerApplication {
9
public final static String GATEWAY_VERSION = "1.0.0";
10
11
public static void main(String[] args) {
12
- String proxyServer = System.getProperty("proxyServer","http://localhost:8088");
+ String proxyServer = System.getProperty("proxyServer","http://localhost:8082");
13
String proxyPort = System.getProperty("proxyPort","8888");
14
15
// http://localhost:8888/api/hello ==> gateway API
0 commit comments