# 常用工具 **Repository Path**: pactera_ec/common-tools ## Basic Information - **Project Name**: 常用工具 - **Description**: 收集常用工具 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 357 - **Created**: 2021-03-14 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 常用工具 #### 介绍 收集常用工具 #### 工具列表 | 名称 | 版本 | 地址 | | ----------------------- | ----------- | ------------------------------------------------------------ | | 若依框架修改器 | V2-20210225 | https://gitee.com/lpf_project/common-tools/releases/V2-20210225 | | 代码生成器 | V4.6.0 | https://gitee.com/lpf_project/code-generator/releases/v4.6.0 | | Windows应用程序卸载工具 | V1.4.7.142 | https://gitee.com/lpf_project/common-tools/releases/geek1.4.7.142 | 注: > 若依框架修改器 - `RuoYi-Cloud`版本修改后可以重新导入修改后的ry_config_*.sql,如果修改的时候设置了参数,那么此时数据库地址参数、redis参数等都已经修改,修改时候如果没有设置参数,则导入sql重新设置数据库和redis配置即可 - `RuoYi-Cloud`版本如果修改包名是以t或者r开头的,例如top.xxx或ro.xxx,修改后启动`RuoYiGatewayApplication`会报下面的错误 ``` No CacheResolver specified, and no bean of type CacheManager found. Register a CacheManager bean or remove the @EnableCaching annotation from your configuration ``` 此时需要在redis模块下的`spring.factories`文件中做修改,目前猜测是转义字符的原因,有更准确的解释的请联系我,修改如下 ``` org.springframework.boot.autoconfigure.EnableAutoConfiguration=\\\ top.alipay.common.redis.configure.RedisConfig,\\\ top.alipay.common.redis.service.RedisService ``` > 代码生成器:没有全部测试,有问题可以在issues提,其中的sql文件生成并不全 ![输入图片说明](https://images.gitee.com/uploads/images/2021/0225/180324_51cd52c7_389553.png "wx_reward.png")