This commit is contained in:
@@ -19,14 +19,14 @@
|
||||
<a href="service.html" class="btn">Service 组件</a>
|
||||
<a href="source.html" class="btn">Source 组件</a>
|
||||
<a href="net.html" class="btn">Net 组件</a>
|
||||
<a href="https://github.com/wentch/redkale" class="btn">Github 源码</a>
|
||||
<a href="https://github.com/wentch/redkale" target="_blank" class="btn">Github 源码</a>
|
||||
</section>
|
||||
|
||||
<section class="main-content">
|
||||
<h3>
|
||||
<a id="welcome-to-github-pages" class="anchor" href="#" aria-hidden="true"><span class="octicon octicon-link"></span></a>RedKale 介绍</h3>
|
||||
|
||||
<p> RedKale 是基于Java 8的微服务框架, 包含HTTP、WebSocket、TCP/UDP、数据序列化、数据缓存、依赖注入等功能。
|
||||
<p> RedKale, 红菜苔(湖北武汉的一种特产蔬菜),是基于Java 8的微服务框架, 包含HTTP、WebSocket、TCP/UDP、数据序列化、数据缓存、依赖注入等功能。
|
||||
其功能相当于 Tomcat + Mina + Struts + Spring + Hibernate + RMI + Json + Memcached 的综合体。 <br/>
|
||||
RedKale 有如下主要特点: <br/>
|
||||
1、大量使用Java 8新特性(接口默认值、Stream、Lambda、JDk8内置的ASM包) <br/>
|
||||
|
||||
Reference in New Issue
Block a user