Change the port number of DynamoDB locally

风流意气都作罢 提交于 2019-12-23 07:46:22

问题


How can I change the port number of dynamodb on my local machine? it is set for 8000 and want to change it. I'm on ubuntu 16.04.


回答1:


The -portoption can be used to provide the some other port number other than the default 8000.

java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -sharedDb -port 8001


来源:https://stackoverflow.com/questions/52406128/change-the-port-number-of-dynamodb-locally

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!