我刚刚使用swagger.io和openapi3.0规范生成了代码。它生成的代码无法编译。一旦类有了这个看似至关重要的导入: import springfox.documentation.oas.annotations.EnableOpenApi;
但我有个错误: package springfox.documentation.oas.annotations does not exist
我不知道需要向pom.xml文件添加什么才能使导入工作正常。maven回购https://mvnrepository.com/ 不允许我搜索特定的类,这毫无意义。
1条答案
按热度按时间inn6fuwd1#
我希望你错过了
swagger oas
所以你得到的包不存在依赖错误。下面的maven存储库中提供了swagger oas。