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

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -