docs: 修复 Thymeleaf 集成文档不正确的依赖示例说明

This commit is contained in:
click33 2025-03-24 15:40:54 +08:00
parent 04c15e81ba
commit f1155a2206

View File

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