hotwheel

The parent project of HotWheel

License

License

GroupId

GroupId

org.mymmsc
ArtifactId

ArtifactId

hotwheel-parent
Last Version

Last Version

5.6.9
Release Date

Release Date

Type

Type

pom
Description

Description

hotwheel
The parent project of HotWheel
Project URL

Project URL

https://github.com/mymmsc/hotwheel
Project Organization

Project Organization

The MyMMSCs Software Foundation
Source Code Management

Source Code Management

https://github.com/mymmsc/hotwheel

Download hotwheel-parent

Filename Size
hotwheel-parent-5.6.9.pom 23 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.mymmsc/hotwheel-parent/ -->
<dependency>
    <groupId>org.mymmsc</groupId>
    <artifactId>hotwheel-parent</artifactId>
    <version>5.6.9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mymmsc/hotwheel-parent/
implementation 'org.mymmsc:hotwheel-parent:5.6.9'
// https://jarcasting.com/artifacts/org.mymmsc/hotwheel-parent/
implementation ("org.mymmsc:hotwheel-parent:5.6.9")
'org.mymmsc:hotwheel-parent:pom:5.6.9'
<dependency org="org.mymmsc" name="hotwheel-parent" rev="5.6.9">
  <artifact name="hotwheel-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mymmsc', module='hotwheel-parent', version='5.6.9')
)
libraryDependencies += "org.mymmsc" % "hotwheel-parent" % "5.6.9"
[org.mymmsc/hotwheel-parent "5.6.9"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • hotwheel-bom
  • hotwheel-affinity
  • hotwheel-asio
  • hotwheel-core
  • hotwheel-cluster
  • hotwheel-json
  • hotwheel-mybatis
  • hotwheel-spring

HotWheel Framework

一个轻量、快速的MVC框架

Build Status codecov maven tag Java 1.7+ license

###5.6.1

  1. 优化maven资源

###5.5.0

  1. 增加对spring-boot的支持
  2. 增加dubbo的支持

###5.2.1

  1. 增加web日志输出

###5.2.0

  1. HTTP异步接口收敛为一个标准接口, 支持hotwheel默认的NIO框架和HttpAsyncClient
  2. JSON 默认的解析器支持由FastJSON提供底层技术

Versions

Version
5.6.9
5.6.8
5.6.5
5.6.4
5.6.2
5.6.1
5.6.0
5.5.4
5.5.3