From c2873b8fca1b3db1648652bb4f3ab59c8bcccdb1 Mon Sep 17 00:00:00 2001 From: yuye <631941527@qq.com> Date: Tue, 9 Jun 2020 13:59:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4tomcat=EF=BC=8C=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E4=BD=BF=E7=94=A8=E7=AC=AC=E4=B8=89=E6=96=B9=E5=AE=B9?= =?UTF-8?q?=E5=99=A8=EF=BC=8C=E8=80=8C=E6=98=AF=E7=9B=B4=E6=8E=A5=E9=87=87?= =?UTF-8?q?=E7=94=A8jdk=E8=87=AA=E5=B8=A6=E7=9A=84HttpServer=E6=9D=A5?= =?UTF-8?q?=E5=81=9Ahttp=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ README_CN.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 4280d9f..87a1ba2 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ Declarative API programming (DAP) framework +## Project Description + +Mars-Java is a Java development framework that does not require containers + +No need for Tomcat, no Jboss, no Netty, or even Servlet. Based entirely on the JRE class library. The project lost weight again + ## Usage example [https://github.com/yuyenews/Mars-Example](https://github.com/yuyenews/Mars-Example) diff --git a/README_CN.md b/README_CN.md index 5d258d1..6fde0c5 100644 --- a/README_CN.md +++ b/README_CN.md @@ -21,6 +21,12 @@ +## 项目简介 + +Mars-Java 是一个不需要容器的Java开发框架 + +不需要Tomcat,不需要Jboss,不需要Netty,甚至不需要Servlet,完全基于JRE类库,将瘦身进行到底 + ## 使用示例 [https://github.com/yuyenews/Mars-Example](https://github.com/yuyenews/Mars-Example)