Giter Site home page Giter Site logo

baihui212 / tsharding Goto Github PK

View Code? Open in Web Editor NEW
700.0 700.0 337.0 84 KB

TSharding is the simple sharding component used in mogujie trade platform. 欢迎共建。随时可以联系[email protected];[email protected];[email protected];[email protected]

License: MIT License

Java 100.00%

tsharding's Issues

Mapper注解含义

ShardingOrderPara/ShardingBuyerPara/ShardingSellerPara 这三个注解含义是什么?分别在什么情况下使用呢?

项目依赖的包问题

您好,项目中的datasource依赖的是蘑菇街自定义的包,是不方便公开吗?和spring中的动态数据源有什么区别吗?

请教两个问题

1、结果集合并的实现逻辑具体在哪个类中?
2、tsharding实现时对扩容场景是怎么考虑的?表记录是需要行级别的重新计算迁移么?

maven 仓库jar包

能否提供maven仓库jar包

com.mogujie.trade
trade.switch
1.0.2.1111switch

<dependency>
        <groupId>javax.persistence</groupId>
        <artifactId>persistence-api</artifactId>
        <version>1.0</version>
    </dependency>
 <dependency>
        <groupId>com.mogujie.tesla</groupId>
        <artifactId>tesla-support</artifactId>
        <version>${tesla.support.version}</version>
        <type>pom</type>
        <exclusions>
            <exclusion>
                <groupId>com.mogujie.tesla</groupId>
                <artifactId>tesla-dal-db-orm</artifactId>
            </exclusion>
        </exclusions>
    </dependency>
  <dependency>
        <groupId>com.mogujie.service</groupId>
        <artifactId>trade.service.base</artifactId>
        <version>1.0.6</version>
    </dependency>
  <dependency>
        <groupId>com.mogujie.trade</groupId>
        <artifactId>trade.switch</artifactId>
        <version>1.0.2</version>
    </dependency>

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.