스프링 그리고 빌드

2023. 12. 18. 22:28
728x90

 

- 스프링 부트 reference doc

https://docs.spring.io/spring-boot/docs/current/reference/html/index.html

 

Spring Boot Reference Documentation

The reference documentation consists of the following sections: Legal Legal information. Getting Help Resources for getting help. Documentation Overview About the Documentation, First Steps, and more. Getting Started Introducing Spring Boot, System Require

docs.spring.io

 

- 동작 순서 

 

 

** 빌드하고 실행하기

1. 프로젝트 파일이 있는 폴더에서 우클릭, open git bash here

2. ./gradlew

3. ./gradlew build

 

4. cd build

+ ls -arlth

5. cd libs

6. ls -arlth

에서 jar 파일 복사!!!

 

7. java -jar jar파일 붙여넣기 하면 실행 완료

 

빌드 완료~

728x90

BELATED ARTICLES

more