# easystruts-xjcy **Repository Path**: yydf/easystruts-xjcy ## Basic Information - **Project Name**: easystruts-xjcy - **Description**: 一个支持json、jsp的java web开发框架,无配置,一个jar包。 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: https://gitee.com/yydf/easystruts-xjcy/wikis/pages - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2017-08-14 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: webframework **Tags**: None ## README # struts [![Maven Central](https://maven-badges.herokuapp.com/maven-central/cn.4coder/struts/badge.svg)](https://maven-badges.herokuapp.com/maven-central/cn.4coder/struts/) [![GitHub release](https://img.shields.io/github/release/yydf/struts.svg)](https://github.com/yydf/struts/releases) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://raw.githubusercontent.com/yydf/struts/master/LICENSE) ![Jar Size](https://img.shields.io/badge/jar--size-71.2k-blue.svg) 特性 ------------------------- * 轻量 * 零配置 * 自动扫描拦截器Interceptor * 自动注入@Resource对象 环境 ------------- - JDK 7 - Servlet 3 - slf4j 如何使用 ----------------------- * 添加dependency到POM文件: ``` cn.4coder struts 0.0.8 ``` * [编码实现](https://gitee.com/yydf/easystruts-xjcy/wikis/pages) * [DEMO示例](https://github.com/yydf/struts/blob/master/test.zip)