Spring oauth2 add tables prefix name -


spring default oauth2 create 5 tables :

  • oauth_access_token
  • oauth_approvals
  • oauth_client_details
  • oauth_client_token
  • oauth_code
  • oauth_refresh_token

i need add prefix tables example adm_oauth_refresh_token option ?

you didn't mention lot configuration (in fact didn't mention lot in general), can set sql statements respective setters following classes (follow link source code):


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -