Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luo-zhan/mybatis-plus-method-injector
MybatisPlus使用方法注入功能,自定义Mapper实现自定义的方法
https://github.com/luo-zhan/mybatis-plus-method-injector
Last synced: about 1 month ago
JSON representation
MybatisPlus使用方法注入功能,自定义Mapper实现自定义的方法
- Host: GitHub
- URL: https://github.com/luo-zhan/mybatis-plus-method-injector
- Owner: luo-zhan
- Created: 2020-04-20T06:04:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T03:15:44.000Z (over 2 years ago)
- Last Synced: 2023-07-04T09:28:57.316Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# translate-tool
基于mybatis-plus的批量翻译工具## 功能
1. 使用注解`@Translate`配置翻译规则,使用注解`@Dictionary`配置字典信息
2. 使用`Translate.parse()`方法即可实现单值翻译或集合批量翻译
## Todo
1. 在方法上使用注解进行aop对返回值翻译,而无需手动调用`Translate.parse()`方法