❗ 프로젝트 빌드 파일 생성
빌드하고자 하는 브랜치로 이동한다. 여기선 main(master) 브랜치로 이동했다.
build > build 더블 클릭
빌드가 진행 중이다.
빌드 완료 시 SUCCESS 문구가 나온다.
빌드된 파일은 좌측 프로젝트 구조에서 build > libs > ~~.jar 파일이 생성된 것을 확인할 수 있다.
728x90
반응형
'🔻Back-End > Spring' 카테고리의 다른 글
[Spring] MySQL, MariaDB, H2 DB 연결하는 application.yml 설정 (0) | 2023.01.07 |
---|---|
[Spring] JPA ddl-auto 옵션 정리 (0) | 2023.01.06 |
[Spring error] Column '' cannot be null (0) | 2022.12.22 |
[Spring error] @Value Cannot find method 'value' (0) | 2022.12.09 |
[Spring error] Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException (0) | 2022.12.03 |