# fhs_tools
**Repository Path**: fhs-opensource/fhs_tools
## Basic Information
- **Project Name**: fhs_tools
- **Description**: fhs opensource开源的springBoot 开发工具集
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 1
- **Created**: 2021-03-16
- **Last Updated**: 2024-09-16
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# fhs_tools
#### 介绍
fhs_tools 一组springBoot 组件集合,包含以下特性
1. easy_ribbon:自定义ribbon负载均衡策略,可以在开发的时候让ribbon优先调度到本机的其他服务,如果没有优先调度到同ip段的其他服务,在没有在找其他ip段的服务。
2. easy_trans:springboot翻译服务,提供字典码翻译字典描述,外键id翻译其他表titlename的小组件,传送门[easy trans](https://gitee.com/fhs-opensource/easy_trans)
#### 使用
1.easy_ribbon 使用
```XML
com.fhs-opensource
fhs_easy_ribbon
1.0.0
```
``` yaml
cicdcode: #我是服务名字
ribbon:
NFLoadBalancerRuleClassName: com.fhs.tools.ribbon.rule.NacosDebuggerRule
```
2.easy_trans 使用 [easy trans](https://gitee.com/fhs-opensource/easy_trans)