Add test to override schema for JdbcRegisteredClientRepository

This commit is contained in:
Steve Riesenberg
2021-06-29 15:25:07 -05:00
parent 3318874da1
commit 623736d640
3 changed files with 227 additions and 61 deletions

View File

@@ -11,4 +11,5 @@ CREATE TABLE oauth2_registered_client (
scopes varchar(1000) NOT NULL,
client_settings varchar(1000) DEFAULT NULL,
token_settings varchar(1000) DEFAULT NULL,
PRIMARY KEY (id));
PRIMARY KEY (id)
);