This commit is contained in:
zhangchenbiao
2024-03-12 17:28:40 +08:00
parent a987169949
commit 6e409f738a
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ public class Swagger2Config {
/**
* 扫描接口地址的包名
*/
public static final String BASE_PACKAGE = "com.cool.store.controller";
public static final String BASE_PACKAGE = "com.cool.store.controller.webb";
private ApiInfo getApiInfo() {
return new ApiInfoBuilder()