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

Block or report fengwk

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

Popular repositories

  1. mybatis-auto-mapper mybatis-auto-mapper Public

    AutoMapper是一款适用于Mybatis的SQL生成框架,提供了JPA风格的SQL语句生成能力,用户仅需依赖一个编译期jar包就能在编译期根据Mapper接口中的方法定义生成相应的XML文件和SQL语句。就像流行的Lombok一样,一切发生在编译期间,因此不会对软件性能造成任何影响,并且用户可以直接在编译完成的target目录或jar中看到生成的SQL语句。

    Java 7 5

  2. code-helper code-helper Public

    Eclipse代码自动生成插件,目前已支持转换、覆盖、填充方法的自动生成。

    Java 2

  3. hadoop3.x-win10 hadoop3.x-win10 Public

    hadoop3.x-win10 运行环境

    2

  4. im-switch.nvim im-switch.nvim Public

    im switch for nvim

    Lua 2

  5. workspaces-enhancer.nvim workspaces-enhancer.nvim Public

    Enhance the capability of workspaces.nvim, including automatically recording and opening the recently accessed buffer in the workspace, and automatically switching the workspace with multiple buffers.

    Lua 2

  6. auto-validation auto-validation Public

    AutoValidation为jsr303也就是常用的javax.validation注解校验提供了一种声明式的校验方式,框架将在编译期为标记了@AutoValidation的类、类构造器、类方法按需生成入参校验代码。

    Java 1