Illegal reflective access by org.springframework.cglib.core.ReflectUtils$1

后端 未结 5 1475
感情败类
感情败类 2020-12-12 19:14

My JDK 9+181 Spring Boot 2.0.0.BUILD-SNAPSHOT CLI application displays this warning on startup:

WARNING: An illegal reflective access operation has occurred
         


        
5条回答
  •  感情败类
    2020-12-12 19:49

    After these warnings, if your app is still not working then add this dependency to your pom.xml

    
        javax.xml.bind
        jaxb-api
        2.3.0
    
    

    This helped me!!

提交回复
热议问题