报错:程序包io.swagger.annotations不存在
解决方法:
这个错误提示是因为在你的代码中使用了Swagger注解,但是你的项目中没有引入Swagger的相关依赖包,需要在pom.xml文件中添加以下依赖:
io.springfox springfox-swagger2 2.9.2 io.springfox springfox-swagger-ui 2.9.2
添加完依赖后,重新编译运行即可。
上一篇:Bean named ‘redisTemplate‘ is expected to be of type ‘org.springframework.data.redis.core.StringRedi
下一篇:【Spring Cloud】关于Nacos配置管理的详解介绍