当前组织暂时用于存放个人发布到远程仓库的项目, 与 <https://github.com/cosycode> 对应
组织介绍

cosycode 组织介绍

当前组织暂时用于存放个人发布到远程仓库的项目, 与 github 组织 https://github.com/cosycode 对应

账号说明
最开始建立了一个 github 账号, 但后来因为网络问题建立了一个 gitee 账号.

之后, 由于需要将写好的 jar 组件提交到远程中央仓库, 需要一个 groupId, 把自己的账号作为 groupId 感觉怪怪的, 于是就建立了一个组织 cosycode, groupId 是 com.github.cosycode, 为了方便链接, 在 gitee 上面也建立了同样的组织 cosycode

cosycode: 用于存放发布到远程仓库的工程或组件.

相关仓库

common-lang

个人封装的一些类库, 基于 org.apache.commons:commons-lang3

  1. Apache Maven

    <dependency>
       <groupId>com.github.cosycode</groupId>
       <artifactId>common-lang</artifactId>
       <version>1.6</version>
    </dependency>
  2. gradle

    implementation 'com.github.cosycode:common-lang:1.6'

code-dict

一个简单的通用的数据字典框架 使用枚举来管理项目中繁杂的数据字典. 让每个实体类都对应一个数据字典接口, 每个数据字典接口内部都有一个枚举类对应实体类的带有数据字典的字段, 涉及到数据字典的获取无需再使用静态变量或魔法值, 统一使用枚举来表示. 通过将枚举作为代理入口, 真实的数据存放在数据字典池中, 极大的减少枚举的代码

  1. Apache Maven

    <dependency>
      <groupId>com.github.cosycode</groupId>
      <artifactId>code-dict</artifactId>
      <version>1.1</version>
    </dependency>
  2. gradle

    implementation 'com.github.cpfniliu:code-dict:1.1'

bit-data-map

简单来说就是通过图片来保存数据的一种方式, 例如将文件中的数据存储到图片中, 同时能够将图片中的数据重新转换为文件.

  1. Apache Maven

    <dependency>
      <groupId>com.github.cosycode</groupId>
      <artifactId>bit-data-map</artifactId>
      <version>1.4</version>
    </dependency>
  2. gradle

    implementation 'com.github.cosycode:bit-data-map:1.4'

extend-mod

针对现有功能的增强模块, 处于开发中, 未整理完成

  1. Apache Maven

    <dependency>
      <groupId>com.github.cosycode</groupId>
      <artifactId>extend-mod</artifactId>
      <version>0.2</version>
    </dependency>
  2. gradle

    implementation 'com.github.cosycode:extend-mod:0.2'
成就
18
Star
6
Fork
成员(1)
5093193 cpfree 1625476934
逆光影者

搜索帮助

344bd9b3 5694891 D2dac590 5694891