개인공부/CS 공부

Mac 개발환경 준비(M2)

소소한필통 2024. 1. 14. 20:07

1. java 17 버전 donwload

  https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html

 

Java Archive Downloads - Java SE 17

WARNING: These older versions of the JDK are provided to help developers debug issues in older systems. They are not updated with the latest security patches and are not recommended for use in production. For production use Oracle recommends downloading th

www.oracle.com

 

1) url 이동-> macOS Arm 64 DMG installer 설치

 

2) terminal 창에서 java -version 입력하여 자바버전확인

 

3) 설치한 버전과 다를 경우에 vi ~/.zshrc 를 입력하여 home경로 설정.

 

4) source ~/.zshrc 커맨드 입력. -> 다시 재시작안해도 환경설정을 변경할 수 있는 command임

 

 

 

2. intellij(jetbrain 사에서 개발한 java 개발 툴) 설치

 

1) 아래 url 이동

https://www.jetbrains.com/idea/download/?section=mac

 

Download IntelliJ IDEA – The Leading Java and Kotlin IDE

Download the latest version of IntelliJ IDEA for Windows, macOS or Linux.

www.jetbrains.com

 

2) 아래로 이동하여 intellij community 버전 설치 (Core가 m시리즈이면 Apple silicon 클릭 후 donwload)

 

3) 아래의 설정만 클릭하고 다른건 next

 

3. spring.io(springboot 프로젝트 생성 지원 사이트) project 생성

1) 아래의 url로 이동

https://spring.io

 

Spring | Home

Cloud Your code, any cloud—we’ve got you covered. Connect and scale your services, whatever your platform.

spring.io

 

2) spring initializr 클릭

 

3). 왼쪽 : Gradle-Groovy, Java, SNAPSHOT버전, java version.

      오른쪽 : 필요한 Dependencies 추가