Giter Site home page Giter Site logo

fish-util's Introduction

fish-utils说明

为唯品会商家管理平台MP搭建了一个基础框架的扩展组件工具包,取名fish-utils,希望能帮助大家提高开发效率,并能实现高稳定性,高可用性。如它的名字一样,穿梭在不同的项目中供大家使用,无侵入,无感知。

特殊声明

由于涉及到公司的未开源敏感代码,部分内容其他方式代替,并去掉敏感信息。部分工具需要进行改造,见谅。

组件内容

  1. 校验逻辑分离断言。
  2. 主键生成器(单点)。
  3. 主键生成器(集群基于雪花算法)。
  4. 计算模板(非精度)。
  5. 计算模板(精度BigDecimal)。
  6. 异步任务线程池。
  7. 分布式锁。
  8. 分布式事务延时最终一直。

依赖pom:

<repositories>
    <repository>
        <id>maven-repo-master</id>
        <url>https://raw.github.com/BingShao001/fish-util-repo/master/</url>
        <snapshots>
            <enabled>true</enabled>
            <updatePolicy>always</updatePolicy>
        </snapshots>
    </repository>
</repositories>

<dependency>
  <groupId>com.yb.mp</groupId>
  <artifactId>common-yb-fish-utils</artifactId>
  <version>1.2-SNAPSHOT</version>
</dependency>

fish-util's People

Contributors

bingshao001 avatar

Stargazers

strongant avatar  avatar chi1130 avatar Zhenghualong avatar  avatar  avatar JiangNanMax avatar 伊撒尔 avatar

Watchers

James Cloos avatar  avatar

fish-util's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.