2020
10-10
10-10
springboot 自定义权限标签(tld),在freemarker引用操作
第一步:引入jar包<dependency><groupId>javax.servlet.jsp</groupId><artifactId>jsp-api</artifactId><version>2.2.1-b03</version></dependency>第二步:自定义标签类importjava.util.Map;importjava.util.Set;importjavax.servlet.http.HttpServletRequest;importorg.jasig.cas.client.authentication.AttributePrincipal;importorg.springframework.web.servlet.tags.RequestContextAwareTag;i...
继续阅读 >