Skip to content
View wuhunyu's full-sized avatar
Block or Report

Block or report wuhunyu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. code-gen-by-ddl code-gen-by-ddl Public

    这是一个在线代码生成器,核心使用 druid 框架 和 freemarker 模板引擎。其中使用 druid 解析 mysql 的 ddl 语句,使用 freemarker 生成模板。也就是在线解析 ddl 语句,并根据解析结果生成 Java 模板代码的一款 web 应用。

    Java 2

  2. code-gen-by-ddl-web code-gen-by-ddl-web Public

    在线代码生成器前端

    JavaScript

  3. mybatis-cache mybatis-cache Public

    MyBatis 有两级缓存,其中一级缓存默认开启,二级缓存需要手动开启。不过 MyBatis 的缓存很容易失效,所以建议保持默认配置只开启一级缓存即可。本文将以案例的形式来介绍 MyBatis 的缓存

  4. rpc rpc Public

    使用Netty通信,使用Nacos为配置中心,注册中心实现的简单rpc框架

    Java

  5. rpc-demo rpc-demo Public

    rpc项目的测试demo项目

    Java

  6. solution solution Public

    个人力扣题解

    Java