Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiwepy/mybatis-enhance
mybatis-dbperms
https://github.com/hiwepy/mybatis-enhance
Last synced: about 1 month ago
JSON representation
mybatis-dbperms
- Host: GitHub
- URL: https://github.com/hiwepy/mybatis-enhance
- Owner: hiwepy
- License: apache-2.0
- Created: 2018-05-24T05:06:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T16:07:31.000Z (3 months ago)
- Last Synced: 2024-11-19T05:04:47.879Z (2 months ago)
- Language: Java
- Size: 503 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mybatis-enhance
**MyBatis 增强扩展**:
- 基于注解的国际化:
> 实现同一个Entity字段根据不同的语言环境返回不同的table的不同列的值,实现查询的自动国际化处理
- 基于注解的数据加解密
- 基于注解的数据脱敏
- 基于注解的数据权限
### Maven Dependency``` xml
com.github.hiwepy
mybatis-enhance
${project.version}```