Spring
【Udemy : SpringBoot】環境構築
Birthmark
2022. 1. 17. 18:47
[spring-boot] Visual Studio Code 에서 스프링 부트 프로젝트 개발하기 - I'm honeymon(JiHeon Kim).
회사에서는 입사자에게 개발기기로 맥북과 인텔리제이를 제공한다. 개인노트북에서는 개인 라이센스로 인텔리제이를 구매하여 사용하고 있다. 간혹 세미나나 스터디 발표를 하다보면 인텔리
honeymon.io
업무 프로젝트와 개인공부를 위한 프로젝트의 jdk버전이 다르므로
별도 설정이 필요함. 방법은 아래와 같음.
Visual Studio Code showing "Java 11 or more recent is required to run. Please download and install a recent JDK"
Today Visual Studio Code started showing me a pop-up saying: Java 11 or more recent is required to run. Please download and install a recent JDK. I need to use the JDK 8 (working on Apache Beam and
stackoverflow.com
- Open Visual Studio Code
- CRTL + , to open the settings
- Search spring-boot.ls.java.home
- Select 'Edit in settings.json'
- Your Java 11 installation → "spring-boot.ls.java.home": "C:\\Program Files\\Java\\jdk-11.0.10"
- Save and restart VS Code