org.dromara:myth-spring-boot-start-parent

Parent pom providing dependency and plugin management for applications built with Maven

Лицензия

Лицензия

Категории

Категории

Spring Boot Контейнер Микросервисы
Группа

Группа

org.dromara
Идентификатор

Идентификатор

myth-spring-boot-start-parent
Последняя версия

Последняя версия

2.0.0-RELEASE
Дата

Дата

Тип

Тип

jar
Описание

Описание

Parent pom providing dependency and plugin management for applications built with Maven
Организация-разработчик

Организация-разработчик

dromara

Скачать myth-spring-boot-start-parent

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.dromara/myth-spring-boot-start-parent/ -->
<dependency>
    <groupId>org.dromara</groupId>
    <artifactId>myth-spring-boot-start-parent</artifactId>
    <version>2.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.dromara/myth-spring-boot-start-parent/
implementation 'org.dromara:myth-spring-boot-start-parent:2.0.0-RELEASE'
// https://jarcasting.com/artifacts/org.dromara/myth-spring-boot-start-parent/
implementation ("org.dromara:myth-spring-boot-start-parent:2.0.0-RELEASE")
'org.dromara:myth-spring-boot-start-parent:jar:2.0.0-RELEASE'
<dependency org="org.dromara" name="myth-spring-boot-start-parent" rev="2.0.0-RELEASE">
  <artifact name="myth-spring-boot-start-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dromara', module='myth-spring-boot-start-parent', version='2.0.0-RELEASE')
)
libraryDependencies += "org.dromara" % "myth-spring-boot-start-parent" % "2.0.0-RELEASE"
[org.dromara/myth-spring-boot-start-parent "2.0.0-RELEASE"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.dromara : myth-core jar 2.0.0-RELEASE
org.springframework.boot : spring-boot-starter jar 1.5.9.RELEASE
org.springframework.boot : spring-boot-starter-test jar 1.5.9.RELEASE
org.springframework.boot : spring-boot-configuration-processor Необязательный jar 1.5.9.RELEASE
org.projectlombok : lombok jar 1.16.20

Модули Проекта

Данный проект не имеет модулей.

myth

Codacy Badge Total lines License Maven Central QQ群

Reliable messages resolve distributed transactions

Modules

  • myth-admin: Transaction log management background

  • myth-annotation : Framework common annotations

  • myth-common : Framework common class

  • myth-core : Framework core package (annotation processing, log storage...)

  • myth-dashboard : Management background front-end

  • myth-dubbo : Support for the dubbo framework Less than 2.7 version

  • myth-motan : Support for the motan rpc framework

  • myth-springcloud : Support for the spring cloud rpc framework

  • myth-spring-boot-starter : Support for the spring boot starter

  • myth-aliyunmq: Support for aliyunmq

  • myth-jms : support for Mq for the JMS protocol(amq...)

  • myth-kafka : support for kafka

  • myth-rabbitmq : support for rabbitmq

  • myth-rocketmq : support for rocketmq

  • hmily-demo : Examples using the hmily framework

Features

  • All spring versions are supported and Seamless integration

  • Provides support for the springcloud dubbo motan RPC framework

  • Provides integration of the spring boot starter approach

  • Support for a lot of messaging middleware (rabbitmq jms kafka rabbitmq rocketmq)

  • Local transaction storage support : redis mongodb zookeeper file mysql

  • Transaction log serialization support : java hessian kryo protostuff

  • Spi extension : Users can customize the storage of serialization and transaction logs

Prerequisite

  • You must use jdk1.8 +

  • You must be a user of the spring framework

  • You must use messaging middleware

  • You must use one of the dubbo, motan, and springcloud RPC frameworks

About

Myth is a Reliable messages solution for distributed transactions, Its rapid integration, zero penetration high performance has been run by a number of companies in the production environment.

Myth is not a framework for exception rollbacks .

Myth To ensure that your RPC interface can be executed, use mq to execute the RPC you need to call when your RPC interface is down

If you want to use it or get a quick look at it. Quick Start

Quick Start

  • Clone & Build

> git clone https://github.com/yu199195/myth.git

> cd myth

> mvn -DskipTests clean install -U

Stargazers

Stargazers over time

Support

Версии библиотеки

Версия
2.0.0-RELEASE