yodamad / svn2git

Tool to help and automate migration from SVN to GitLab
Apache License 2.0
38 stars 12 forks source link

How to change default port hosting GUI ? #85

Closed antoinegenot closed 5 years ago

antoinegenot commented 5 years ago

Hi yodamad,

I would like to change default app port since i'm already using port 8080 for an other project purpose (Jenkins). Is there a way to do it when launching the app ? A special attribute to set ?

I'm currently launching the app with this command line : java -noverify -Dspring.profiles.active=dev,swagger -jar svn-2-git-VERSION.war

Thanks by advance. Antoine

antoinegenot commented 5 years ago

java -noverify -Dspring.profiles.active=dev,swagger -jar svn-2-git-VERSION.war --server.port=8081