码迷,mamicode.com
首页 > 其他好文 > 详细

Change Dropwizard default ports

时间:2014-11-25 14:40:23      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:http   io   ar   sp   java   for   strong   on   bs   



You can update the ports in your yaml configuration file:

http:
  port: 9000
  adminPort: 9001

See http://dropwizard.codahale.com/manual/core/#configuration-defaults for more information.

EDIT

If you‘ve migrated to Dropwizard 0.7.0 you can use the following:

server:
  applicationConnectors:
  - type: http 
    port: 9000
  adminConnectors:
  - type: http
    port: 9001

   


Change Dropwizard default ports

标签:http   io   ar   sp   java   for   strong   on   bs   

原文地址:http://my.oschina.net/dengyz/blog/348517

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!