본문 바로가기
Tools

[intelliJ] 로컬 서버 시작 후 자동 브라우저 시작

by sycareer 2025. 1. 22.

intelliJ 브라우저 자동 시작 설정 방법

 

인텔리제이에서 로컬 서버 기동 후 URL을 브라우저에 직접 입력하지 않고 자동으로 브라우저를 시작하는 방법을 정리했습니다.

 

How to launch web browser automatically on startup local server.

 

 


 

 

Run > Edit Configurations

 

 

 

Run/Debug Configurations > Spring Boot > MyApplication > Modify Options > Add before launch task

 

 

 

서버 띄운 후 시작할 URL 입력

Type url to open