# hulu **Repository Path**: java2demo/hulu ## Basic Information - **Project Name**: hulu - **Description**: A MVC framwork - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2014-08-24 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README hulu ==== A MVC framwork ## How to use ## clone hutool and hulu to local, run `mvn clean install`,then add dependcy to your Maven project. ## Setting ## add hulu.setting to your %classpath%/config,Setting example please see doc/hulu-example.setting. ## Start ## The framwork rely on Servlet3,create the action package(setting from hulu.setting) and *Action Class will be treat as Action class. finally create a method can be accessed.