I have created a new project in IntelliJ with help of Spring initializer and selected JDK version 1.7 and spring boot 2.0.1. I have created a main class and try to run the application but getting the error "Exception in thread "main" java.lang.UnsupportedClassVersionError: org/springframework/web/client/RestTemplate : Unsupported major.minor version 52.0". I have tried a lot of solutions but unluckily unable to fix the problem. Can anyone please help me to sort out the issue.
Thanks