我的内存工作如下:@Overridepublicvoidconfigure(ClientDetailsServiceConfigurerclients)throwsException{clients.inMemory().withClient("clientapp").authorizedGrantTypes("password","refresh_token").authorities("USER").scopes("read","write").resourceIds(RESOURCE_ID).secret("123456");}我想使用JDBC实现。为此,我创建了以下表(使用My