Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- MST
- 코딩
- 쿼리
- JPA
- MVC
- Spring Cloud Feign
- 운영체제
- Kafka
- 자바
- 오라클
- db
- feign
- 백준
- Spring Cloud
- 데이터베이스
- 클라우드
- retry
- DP
- SQL
- aws
- PL/SQL
- 알고리즘
- 페이징
- Spring
- 자료구조
- Intellj
- 디자인 패턴
- golang
- Spring Boot
- Jenkins
Archives
- Today
- Total
justgo_developer
[Intellj] Lambda expressions are not supported at language level ‘5’ 해결방법 본문
IT/Intellj
[Intellj] Lambda expressions are not supported at language level ‘5’ 해결방법
다날92 2021. 1. 1. 21:14
Q : Intellj에서 람다표현식 사용할때 Lambda expressions are not supported at language level ‘5’ 에러 발생
A : Intellj Language Level 설정이 낮게 되어있어서 발생
[해결방법]
File > Project Structure > Modules > Source > Language level 8 로 설정
'IT > Intellj' 카테고리의 다른 글
[Intellj] Error:java: javacTask: source release 8 requires target release 1.8 해결방법 (0) | 2021.01.01 |
---|