# aquiver **Repository Path**: zhangjun-1998/aquiver ## Basic Information - **Project Name**: aquiver - **Description**: 🚀 The aquifer is a java web framework based on Java8 and netty - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-23 - **Last Updated**: 2020-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Aquiver
Aquiver是一个基于Java8和Netty的MVC框架
### 快速开始 通过 `Maven` 或 `Gradle` 创建项目,因为还未上传到Maven中心仓库,所以目前暂时通过clone代码进行安装 ```git git clone https://github.com/AquiverV/apex.git cd apex mvn clean install git clone https://github.com/AquiverV/aquiver.git cd aquiver mvn clean install ``` 在 `Maven` 中使用: ```xml