浏览代码

updated port numbers to avoid potential port 9000 conflicts

Yun Zhi Lin 10 年之前
父节点
当前提交
cc066e9148
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      frameworks/Java/dropwizard-mongodb/hello-world.yml
  2. 1 1
      frameworks/Java/dropwizard/hello-world.yml

+ 1 - 1
frameworks/Java/dropwizard-mongodb/hello-world.yml

@@ -3,7 +3,7 @@ server:
   applicationContextPath: /
   connector:
     type: http
-    port: 9000
+    port: 9090
     useServerHeader: true
 
   requestLog:

+ 1 - 1
frameworks/Java/dropwizard/hello-world.yml

@@ -3,7 +3,7 @@ server:
   applicationContextPath: /
   connector:
     type: http
-    port: 9000
+    port: 9080
     useServerHeader: true
 
   requestLog: