반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- sstream
- '0'
- 예제
- Pair
- singly Linked List
- data_structure
- class_template
- deletion
- 총정리
- 구현
- c++
- 5397
- 문법
- list
- sort
- qsort
- red-black tree
- Algorithm
- Articulation_Point
- function_template
- 백준
- STL
- template
- Biconnected_Component
- connected_component
- 13305
- Heap
- 자료구조
- 알고리즘
- Critical_Path_Analysis
Archives
- Today
- Total
- Today
- Total
- 방명록
어제의 나보다 성장한 오늘의 나
[Spring-boot] spring-boot 프로젝트 터미널에서 빌드하는 방법 (gradle) 본문
반응형
터미널을 키고 프로젝트 파일로 이동한다.
./gradlew build
cd build/libs
java -jar jar파일이름
빌드완료
Localhost:8080
build 를 지우고 다시 생성하고 싶다면
gradlew가 있는 파일로 다시가서
./gradle clean
./gradle clean build
Build 파일이 삭제된 것을 볼 수 있다.
후에 다시 ./gradlew build 하면 된다.
반응형
'Java Spring' 카테고리의 다른 글
[Spring-boot] 스프링 부트 간단한 페이지 만들기 (Welcome page , Controller) (0) | 2023.01.03 |
---|---|
[Spring-Boot] Spring-boot 프로젝트 생성 / 빌드 / 실행 (1) | 2023.01.03 |
[Spring] MVC 란 무엇인가?? (0) | 2022.12.20 |
Comments