我使用 swagger 为 spring 服务器生成代码并尝试使用 intelliJ 运行。但是我收到以下错误消息。任何帮助表示赞赏。
java: cannot access java.util.function.Predicate
class file for java.util.function.Predicate not found
Run Code Online (Sandbox Code Playgroud)
在线上
.apis(RequestHandlerSelectors.basePackage("io.swagger.api"))
Run Code Online (Sandbox Code Playgroud)