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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -