mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-05-03 04:13:46 +08:00
Merge branch 'dev' of https://github.com/dromara/sa-token into dev
This commit is contained in:
commit
ffc487f7cb
@ -46,6 +46,11 @@
|
||||
<artifactId>sa-token-reactor-spring-boot-starter</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.dev33</groupId>
|
||||
<artifactId>sa-token-reactor-spring-boot3-starter</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.dev33</groupId>
|
||||
<artifactId>sa-token-servlet</artifactId>
|
||||
@ -254,4 +259,4 @@
|
||||
</pluginManagement>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
@ -961,7 +961,7 @@ public class SaOAuth2Template {
|
||||
return SaManager.getConfig().getTokenName() + ":oauth2:client-token:" + clientToken;
|
||||
}
|
||||
/**
|
||||
* 拼接key:Past-Token 索引
|
||||
* 拼接key:Client-Token 索引
|
||||
* @param clientId clientId
|
||||
* @return key
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user