kekingcn / kk-anti-reptile

kk-anti-reptile是凯京科技研发的,适用于基于spring-boot开发的分布式系统的反爬虫、防接口盗刷组件。
Apache License 2.0
296 stars 104 forks source link

gateway引用kk-anti-reptile报错 #14

Open springboot4 opened 2 years ago

springboot4 commented 2 years ago

nested exception is java.io.FileNotFoundException: class path resource [org/springframework/web/servlet/config/annotation/WebMvcConfigurerAdapter.class] cannot be opened because it does not exist

gitchenjh commented 2 years ago

检查一下项目依赖中是否有spring-webmvc 这个是必须有的
image

springboot4 commented 2 years ago

检查一下项目依赖中是否有 spring-webmvc 这个是必须有的 图片

gateway可以直接引入这个吗

springboot4 commented 2 years ago

gateway使用的是webflux啊 没用web咋办