1. Ubuntu 환경에서 그에 맞는 환경 설치하기- JDK 설치하기$ sudo apt update && sudo apt install openjdk-17-jdk -y 2. 잘 설지됐는지 확인하기$ java -version 3. Github로부터 Spring Boot 프로젝트 clone하기$ git clone https://github.com/JSCODE-EDU/ec2-spring-boot-sample.git$ cd ec2-spring-boot-sample수업에서 들은 프로젝트 가져오기 ▼ (본인만의 프로젝트 clone 해도 됨)https://github.com/JSCODE-EDU/ec2-spring-boot-sample 中 예제 프로젝트" data-og-description=" 中 예제 프로젝트. Co..