|
@@ -37,7 +37,7 @@ import org.springframework.web.bind.annotation.RestController;
|
|
|
@RestController
|
|
|
@RequestMapping("${hsweb.web.mappings.oauth2-server-config:oauth2-server-config}")
|
|
|
@Authorize(permission = "oauth2-server-config")
|
|
|
-@Api(tags = "OAuth2.0-服务配置")
|
|
|
+@Api(tags = "OAuth2.0-客户端-服务配置",value = "OAuth2.0-客户端-服务配置")
|
|
|
public class OAuth2ServerConfigController implements GenericEntityController<OAuth2ServerConfigEntity, String, QueryParamEntity, OAuth2ServerConfigEntity> {
|
|
|
|
|
|
private OAuth2ServerConfigService oAuth2ServerConfigService;
|