# my-tool **Repository Path**: fengzhaoy/my-tool ## Basic Information - **Project Name**: my-tool - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-04-28 - **Last Updated**: 2022-06-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mypro #### 项目介绍 Java常用工具类 #### 软件架构 软件架构说明 1. boot包 springboot jar 2. common包 工具类 设计模式 算法 3. eureka包 springcloud 服务注册中心 #### 依赖 - java jdk1.8 - springboot - springcloud eureka - redis - mysql 5.7 #### 比较好的开源项目 一、开源java项目: - mybatis-plus 自动生成增删改查、java代码 https://gitee.com/baomidou/mybatis-plus - fastmybatis https://gitee.com/durcframework/fastmybatis - hutool java工具类 https://gitee.com/loolly/hutool - jetCache 缓存工具类 比springCache更好用 https://github.com/alibaba/jetcache - transmittable-thread-local threadLocal在线程间传递 https://github.com/alibaba/transmittable-thread-local - easyexcel excel导入导出 不会出现OOM https://github.com/alibaba/easyexcel - 微信API工具类 https://github.com/Wechat-Group/weixin-java-tools - redis分布锁 redis官方推荐 redisson https://github.com/redisson/redisson - 分布式id生成 https://github.com/zhuzhong/idleaf 二、开源开发工具: - alibaba 代码检测插件:https://github.com/alibaba/p3c - chrome插件: - 谷歌访问助手插件 可以访问google搜索,Gmail邮箱,chrome应用商店, - Git的浏览器插件 可以浏览项目目录结构 https://gitee.com/oschina/GitCodeTree 三、开源前端项目: - Vuejs 基于vuejs的前端项目: - iView https://www.iviewui.com/ - Element-UI http://element-cn.eleme.io/#/zh-CN - Reactjs 基于Reactjs的前端项目 - 飞冰 https://alibaba.github.io/ice/ - ant-design-react https://ant.design/docs/react/introduce-cn - APP web-ui - vant 基于vue实现的app端UI框架 https://youzan.github.io/vant/#/zh-CN/intro 四、 学习 - spring相关 SpringAll https://github.com/wuyouzhuguli/SpringAll - java基础知识和面试 JavaGuide https://github.com/Snailclimb/JavaGuide - java算法 https://github.com/iluwatar/java-design-patterns - java基础、核心、线程、算法 https://github.com/crossoverJie/JCSprout - java设计模式 https://github.com/iluwatar/java-design-patterns - SpringBoot https://github.com/spring-projects/spring-boot - Spring框架 https://github.com/spring-projects/spring-framework - Spring教程 tutorials https://github.com/eugenp/tutorials