소스 검색

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: