728x90
반응형
SpringBoot + Gradle 프로젝트를 진행중 clean, bootWar 를 진행하였으나 build 폴더가 보이지 않아 당황하였다.
탐색기로 프로젝트 폴더를 들어가보니 build 폴더가 존재하는 것을 확인
Package Explorer - Filters 설정에 Gradle 프로젝트이면 build 폴더를 아예 안보이게끔 기본설정이 되어 있는데 이 설정을 변경하면 폴더를 확인할 수 있다.
Package Explorer 창 > 우측상단 ... > Filters 클릭
Gradle build folder 옵션을 해제한 뒤 OK
build 폴더가 표시되는 것을 확인할 수 있다.
728x90
반응형
'Tool > SpringToolSuite(STS)' 카테고리의 다른 글
[STS] Tomcat Server 설정 후 구동시 에러(The server cannot be started because one or more of the ports are invalid.) (0) | 2022.04.13 |
---|---|
[STS] SVN 연결실패(Selected SVN connector library is not available or cannot be loaded.) (0) | 2022.02.09 |
[STS4] Gradle Plugin - Egradle 설치하기 (0) | 2022.01.14 |
STS/Eclipse 다중 실행방법 (0) | 2021.06.06 |
STS 다운로드 및 설치 (0) | 2020.08.07 |