vscode에서 springboot profile 변경하기 springboot .yml이든.properties든 상황에 맞게 빌드 혹은 컴파일을 해야 할때가 있다 ex)local/test/live spring: profiles: local spring: profiles: dev 이렇게 되어있을텐데 vscode는 요런 버튼으로 컴파일을 할텐데 컴파일 전에 profile를 선택해줘야한다 .vscode라는 폴더안에 setting.json이 있을것이다 거기서 해당 프로젝트 config를 잡아서 넣어주면된다 Springboot 2022.04.05