添加swagger

This commit is contained in:
huangzj
2023-03-31 10:23:06 +08:00
parent c0629a6d14
commit 8c3ae3ef2b

View File

@@ -64,7 +64,8 @@ public class Knife4jSwaggerConfig {
"com.njcn.energy.controller",
"com.njcn.quality.controller",
"com.njcn.process.controller",
"com.njcn.advance.controller"
"com.njcn.advance.controller",
"com.njcn.algorithm.controller"
)
.collect(Collectors.toList());
List<GrantType> grantTypes = new ArrayList<>();