SpringBoot validator
Redis數(shù)據(jù)庫內有很多個命令下面我簡單介紹幾個大家在日常開發(fā)中常用到的独郎。
flushdb:清空當前數(shù)據(jù)庫踩麦。
select [index]:選擇索引數(shù)據(jù)庫,index為索引值名氓癌,如:select 1谓谦。
del [key]:刪除一條指定key的值。
keys *:查看數(shù)據(jù)庫內所有的key贪婉。
flushall:清空所有數(shù)據(jù)庫反粥。
quit:退出客戶端連接
OAuth2為我們提供了四種授權方式:
1、授權碼模式(authorization code)
2疲迂、簡化模式(implicit)
3才顿、密碼模式(resource owner password credentials)
4、客戶端模式(client credentials)