Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hiwepy/mybatis-enhance

mybatis-dbperms
https://github.com/hiwepy/mybatis-enhance

Last synced: about 1 month ago
JSON representation

mybatis-dbperms

Awesome Lists containing this project

README

        

# mybatis-enhance

**MyBatis 增强扩展**:

- 基于注解的国际化:
> 实现同一个Entity字段根据不同的语言环境返回不同的table的不同列的值,实现查询的自动国际化处理
- 基于注解的数据加解密
- 基于注解的数据脱敏
- 基于注解的数据权限

### Maven Dependency

``` xml

com.github.hiwepy
mybatis-enhance
${project.version}

```