This commit is contained in:
click33 2023-07-31 11:05:53 +08:00
commit ffc487f7cb
2 changed files with 7 additions and 2 deletions

View File

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

View File

@ -961,7 +961,7 @@ public class SaOAuth2Template {
return SaManager.getConfig().getTokenName() + ":oauth2:client-token:" + clientToken;
}
/**
* 拼接keyPast-Token 索引
* 拼接keyClient-Token 索引
* @param clientId clientId
* @return key
*/