Эх сурвалжийг харах

updated port numbers to avoid potential port 9000 conflicts

Yun Zhi Lin 10 жил өмнө
parent
commit
cc066e9148

+ 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: