# yuri
**Repository Path**: at1943/yuri
## Basic Information
- **Project Name**: yuri
- **Description**: 开发工具包
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2015-01-20
- **Last Updated**: 2020-12-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
yuri
-----
### 功能1:shiro Tag on freemarker
在freemarker中使用shiro tag, tag功能与jsp中的tag完全一致。
用法:在freemarkerVariables中增加配置
freemarker模版中
<@shiro.guest>@shiro.guest>
<@shiro.user>@shiro.user>
### 功能2:shiro验证码登录封装
用法
userServiceImpl需实现net.noday.yuri.shiro.auth.UserService
用户bean需实现net.noday.yuri.shiro.auth.Loginable
### 功能3:fastjson实现的spring jsonview
用法:配置view为
favorPathExtension, favorParameter是true时才起作用