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로 이동
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 추가
'개인공부 > CS 공부' 카테고리의 다른 글
클라우드 서비스(Iaas, Paas, Saas) (0) | 2022.12.07 |
---|---|
네이트브 앱 vs 크로스 플랫폼 vs 웹앱 vs 하이브리드 앱 vs PWA (1) | 2022.11.30 |
쿠키 vs 세션 vs 토큰 vs 캐시 VS CDN (0) | 2022.11.28 |
소프트웨어 vs 프로그램 vs 애플리케이션 (0) | 2022.11.25 |