去除tomcat,不再使用第三方容器,而是直接采用jdk自带的HttpServer来做http服务

This commit is contained in:
yuye
2020-06-09 13:59:42 +08:00
parent 0c5cb50e1f
commit c2873b8fca
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -21,6 +21,12 @@ Declarative API programming (DAP) framework
</div>
## 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)
+6
View File
@@ -21,6 +21,12 @@
</div>
## 项目简介
Mars-Java 是一个不需要容器的Java开发框架
不需要Tomcat,不需要Jboss,不需要Netty,甚至不需要Servlet,完全基于JRE类库,将瘦身进行到底
## 使用示例
[https://github.com/yuyenews/Mars-Example](https://github.com/yuyenews/Mars-Example)