HotWheel Framework
一个轻量、快速的MVC框架
###5.6.1
- 优化maven资源
###5.5.0
- 增加对spring-boot的支持
- 增加dubbo的支持
###5.2.1
- 增加web日志输出
###5.2.0
- HTTP异步接口收敛为一个标准接口, 支持hotwheel默认的NIO框架和HttpAsyncClient
- JSON 默认的解析器支持由FastJSON提供底层技术
License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdorg.mymmsc |
ArtifactId | ArtifactIdhotwheel-mybatis |
Last Version | Last Version5.6.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe parent project of HotWheel
|
Project Organization |
Project OrganizationThe MyMMSCs Software Foundation |
Filename | Size |
---|---|
hotwheel-mybatis-5.6.9.pom | |
hotwheel-mybatis-5.6.9.jar | 4 KB |
hotwheel-mybatis-5.6.9-sources.jar | 3 KB |
hotwheel-mybatis-5.6.9-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mymmsc/hotwheel-mybatis/ -->
<dependency>
<groupId>org.mymmsc</groupId>
<artifactId>hotwheel-mybatis</artifactId>
<version>5.6.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.mymmsc/hotwheel-mybatis/
implementation 'org.mymmsc:hotwheel-mybatis:5.6.9'
// https://jarcasting.com/artifacts/org.mymmsc/hotwheel-mybatis/
implementation ("org.mymmsc:hotwheel-mybatis:5.6.9")
'org.mymmsc:hotwheel-mybatis:jar:5.6.9'
<dependency org="org.mymmsc" name="hotwheel-mybatis" rev="5.6.9">
<artifact name="hotwheel-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mymmsc', module='hotwheel-mybatis', version='5.6.9')
)
libraryDependencies += "org.mymmsc" % "hotwheel-mybatis" % "5.6.9"
[org.mymmsc/hotwheel-mybatis "5.6.9"]
Group / Artifact | Type | Version |
---|---|---|
org.mymmsc : hotwheel-core | jar | 5.6.9 |
org.mybatis : mybatis | jar | 3.4.1 |
org.apache.tomcat : tomcat-jdbc | jar | 7.0.86 |
一个轻量、快速的MVC框架
###5.6.1
###5.5.0
###5.2.1
###5.2.0