1 Star 0 Fork 272

殿书 / 常用工具

forked from Ricky / 常用工具 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README
MIT

常用工具

介绍

收集分享常用、好用的工具,喜欢的请右上角点个star,欢迎大家推荐实用工具

若依框架修改器代码已开源:https://gitee.com/lpf_project/RuoYi-MT

工具列表

名称 版本 地址
若依框架修改器 V3-20210524 https://gitee.com/lpf_project/common-tools/releases/V3-20210524
代码生成器 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
jar反编译工具jd-gui V1.6.6 https://github.com/java-decompiler/jd-gui/releases
向日葵远程工具 V11.0.0.33826(2020.12) https://sunlogin.oray.com/download/
ToDesk远程工具 V3.0.1 https://www.todesk.com/download.html
Snipaste截图贴图工具 V2.5.6 https://zh.snipaste.com/download.html

注:

若依框架修改器

  • 强烈建议下载exe文件后单独放在一个文件夹中运行,因为运行过程中会产生out.log文件和config.ini文件,避免生成的文件乱放

  • RuoYi-Cloud版本修改后可以重新导入修改后的ry_config_*.sql,如果修改的时候设置了参数,那么此时数据库地址参数、redis参数等都已经修改,修改时候如果没有设置参数,则导入sql重新设置数据库和redis配置即可

  • RuoYi-Cloud版本如果修改包名是以t或者r开头的,例如top.xxxro.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文件生成并不全

输入图片说明

MIT License Copyright (c) 2020 Ricky Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

收集常用工具 expand collapse
Java
MIT
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
Java
1
https://gitee.com/palace_book/common-tools.git
git@gitee.com:palace_book/common-tools.git
palace_book
common-tools
常用工具
master

Search