mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-06-28 13:34:18 +08:00
增加代码提示文档
This commit is contained in:
parent
06f3f66120
commit
b55e7c9000
@ -126,8 +126,25 @@ public class SaTokenConfigure{
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
### 5、代码提示
|
||||
|
||||
如果想在写标签属性时增加代码提示:
|
||||
|
||||

|
||||
|
||||
只需在头部声明增加上对应的命名空间即可:
|
||||
|
||||
``` html
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh" xmlns:sa="http://www.thymeleaf.org/extras/sa-token">
|
||||
<head>
|
||||
<!-- 代码 -->
|
||||
</head>
|
||||
<body>
|
||||
<!-- 代码 -->
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user