Kaynağa Gözat

上传文件

chenshudong 2 hafta önce
ebeveyn
işleme
81d9650ca9

+ 1 - 1
airport-framework/src/main/java/com/sundot/airport/framework/config/ServerConfig.java

@@ -40,7 +40,7 @@ public class ServerConfig {
40 40
             int portStart = url.indexOf(":", protocolEnd);
41 41
             if (portStart < 0) {
42 42
                 // 没有端口,添加端口
43
-                url.insert(url.length(), ":9021");
43
+                url.insert(url.length(), ":9031");
44 44
             }
45 45
         }
46 46
         return url.append(contextPath).toString();