[cmd] 명령프롬프트(cmd)로 프로젝트 빌드하고 실행하기 [Spring Boot 프로젝트 빌드 및 실행]
·
▣ OS : 운영체제/cmd : 명령프롬프트💻
- 명령프롬프트(cmd)로 프로젝트 빌드하고 실행하기 명령프롬프트(cmd)를 활용하여 스프링 부트 프로젝트를 빌드하고 실행해 볼 예정이다. - 프로젝트 빌드 #windows gradlew.bat build #mac gradlew build - 프로젝트 실행 #build/libs로 이동한 다음 java -jar hello-spring-0.0.1-SNAPSHOT.jar
[SpringBoot] 스프링 부트(Spring Boot)에서 프로젝트 생성하기 [dependencies 세팅 및 MySQL 연동]
·
▣ Framework/Spring Boot🍀
- 스프링 부트(Spring Boot)에서 프로젝트 생성하기 1. Spring Boot 프로젝트 생성 2. MySQL DB 세팅 [MySQL] MySQL 다운로드 및 설치하기 [MySQL Workbench로 MySQL 접속하기] - MySQL 다운로드 및 설치하기 1. MySQL 다운로드 MySQL Over 2000 ISVs, OEMs, and VARs rely on MySQL as their products' embedded database to make their applications, hardware and appliances more competitive, bring them to market faster, and lower yermi.tistory.com 3. 프로젝트 실행하기 - 참고자료 [..