新增技术监督模块

This commit is contained in:
2022-11-10 18:30:54 +08:00
parent 0d959fe747
commit 94254f614f
9 changed files with 334 additions and 1 deletions

View File

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