Backend/Java
[ Intellij ] 포트 번호 변경
둥둥
2022. 3. 10. 21:32
728x90
방법 1
src > main > resources > application.properties에서 server.port = 원하는 포트번호
방법 2
Run > Edit Configurations
> Environment variables : server.port=원하는 포트번호
[ 출처 ]
728x90