caffeine 版本问题
question
Caused by: java.lang.UnsupportedClassVersionError: com/github/benmanes/caffeine/cache/Cache has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
ansower
version 3.x requires Java 11; see the release notes. Note that version 2.x is still supported.```