完善 OAuth2TokenServiceImplTest 单元测试

This commit is contained in:
YunaiV
2022-05-25 00:19:46 +08:00
parent 65d2dffe1a
commit 522d70a29b
6 changed files with 330 additions and 5 deletions

View File

@ -22,3 +22,5 @@ DELETE FROM "system_tenant_package";
DELETE FROM "system_sensitive_word";
DELETE FROM "system_oauth2_client";
DELETE FROM "system_oauth2_approve";
DELETE FROM "system_oauth2_access_token";
DELETE FROM "system_oauth2_refresh_token";