somesky / hulu

A MVC framwork

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A MVC framwork


Languages

Language:Java 99.9%Language:Shell 0.1%