修复SwaggerConfig问题
This commit is contained in:
parent
bbf8924fe4
commit
82f98e4492
@ -43,7 +43,7 @@ public class SwaggerConfig {
|
||||
.group("user")
|
||||
.pathsToMatch("/**")
|
||||
//扫描路径,将路径下有swagger注解的接口解析到文档中
|
||||
.packagesToScan("com.example.easy.retry.controller")
|
||||
.packagesToScan("com.example.snailjob.controller")
|
||||
.build();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user