mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-04-04 23:39:27 +08:00
docs: 修复 Thymeleaf 集成文档不正确的依赖示例说明
This commit is contained in:
parent
04c15e81ba
commit
f1155a2206
@ -13,14 +13,14 @@
|
||||
<!-- 在 thymeleaf 标签中使用 Sa-Token -->
|
||||
<dependency>
|
||||
<groupId>cn.dev33</groupId>
|
||||
<artifactId>sa-token-dialect-thymeleaf</artifactId>
|
||||
<artifactId>sa-token-thymeleaf</artifactId>
|
||||
<version>${sa.top.version}</version>
|
||||
</dependency>
|
||||
```
|
||||
<!-------- tab:Gradle 方式 -------->
|
||||
``` gradle
|
||||
// 在 thymeleaf 标签中使用 Sa-Token
|
||||
implementation 'cn.dev33:sa-token-dialect-thymeleaf:${sa.top.version}'
|
||||
implementation 'cn.dev33:sa-token-thymeleaf:${sa.top.version}'
|
||||
```
|
||||
<!---------------------------- tabs:end ---------------------------->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user