[JDK11] An illegal reflective access operation has occurred
JDK 11로 설정된 Spring Boot 프로젝트를 실행시키면 아래와 같은 오류 메시지가 나온다. WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.esotericsoftware.reflectasm.AccessClassLoader (file:...) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of com.esoteric..
2021.12.19