Skip to content

Commit

Permalink
2.0.0 commit .
Browse files Browse the repository at this point in the history
  • Loading branch information
yu199195 committed Nov 30, 2018
1 parent 1c75faf commit 3903aea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: java

jdk:
- oraclejdk8
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
myth
================
[![Total lines](https://tokei.rs/b1/github/yu199195/myth?category=lines)](/~https://github.com/yu199195/myth)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?label=license)](/~https://github.com/yu199195/myth/blob/master/LICENSE)
[![Maven Central](https://img.shields.io/maven-central/v/org.dromara/myth.svg?label=maven%20central)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.dromara%22%20AND%20myth)
[![Javadocs](http://www.javadoc.io/badge/org.dromara/myth.svg)](http://www.javadoc.io/doc/org.dromara/myth)
[![Build Status](https://travis-ci.org/yu199195/myth.svg?branch=master)](https://travis-ci.org/yu199195/myth)

##### 采用消息队列解决分布式事务的开源框架, 基于java语言来开发(JDK1.8),支持dubbo,springcloud,motan等rpc框架进行分布式事务。

Expand Down

0 comments on commit 3903aea

Please sign in to comment.