org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.UnsupportedClassVersionError: com/mysql/jdbc/Driver : Unsupported major.minor version 52.0 (unable to load class com.mysql.jdbc.Driver)
工程基於maven的
忘記了之前使用的是mysql8,換了數據庫忘記換驅動
吧mysql驅動改為適合的版本就可以了

