sa-token的注解鉴权方式不支持boot3 webflux吗?

在springboot3下使用sa-token的注解方式鉴权
maven导的是

   <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-webflux</artifactId>
        </dependency>
  <dependency>
       <groupId>cn.dev33</groupId>
       <artifactId>sa-token-reactor-spring-boot3-starter</artifactId>
       <version>1.34.0</version>
 </dependency>

为何这个接口不能import,难道是boot3版本的sa-token还不支持吗?

img

spring-webmvc 的包 就看看有没有,这个接口在它里面

        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-webmvc</artifactId>
        </dependency>