2019-03-27 TIL

Intellij 에서 java+spring으로 build할때 tomcat server port 변경법

  • edit configuration
  • VM options에 -Dserver.port=[port-number] 입력
    • 8100번 포트로 실행하고 싶으면 -Dserver.port=8100

Reference

How to change the tomcat port from 8080?

Comments