Error:java: error: release version 5 not supported
자바11 버전 사용 중 같은 문제가 발생해서 제가 해결할 수 있었던 방법 남깁니다 ㅎㅎ... 우선 pom.xml의 dependencies 태그 안에 javax.xml.bind jaxb-api 2.3.0 을 넣고 pom.xml을 마우스 우클릭 후 maven -> reload project 합니다. 그리고 위의 탭들 중 File 탭에서 File -> Settings -> Build, Execution, Deployment -> Java Compiler 순으로 타고 들어가서 Java Compiler 내용들 중 Project bytecode version과 Per-module bytecode version 속 저희 프로젝트 이름 모듈의 Target bytecode version의 값을 둘다 8로 바꿔주니까 강사님처럼 동작되었습니다 ㅎㅎ