补充新更新

This commit is contained in:
2022-06-22 09:14:52 +08:00
parent 59da3376c1
commit 6870c2ccc3
323 changed files with 18518 additions and 441 deletions

View File

@@ -58,7 +58,8 @@ public class Knife4jSwaggerConfig {
"com.njcn.system.controller",
"com.njcn.harmonic.controller",
"com.njcn.event.controller",
"com.njcn.energy.controller")
"com.njcn.energy.controller",
"com.njcn.quality.controller")
.collect(Collectors.toList());
List<GrantType> grantTypes = new ArrayList<>();
String passwordTokenUrl = "http://" + gatewayUrl + "/pqs-auth/oauth/token";