1. 程式人生 > >html頁面支援shiro標籤

html頁面支援shiro標籤

先新增 thymeleaf+shiro的依賴

<dependency>
    <groupId>com.github.theborakompanioni</groupId>
    <artifactId>thymeleaf-extras-shiro</artifactId>
    <version>2.0.0</version>
</dependency>

html頁面

<html lang="en" xmlns:th="http://www.thymeleaf.org"
      xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">

這樣就能支援shiro標籤了

頁面效果

admin使用者登入

vip使用者登入