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