A MVC framwork
clone hutool and hulu to local, run mvn clean install
,then add dependcy to your Maven project.
add hulu.setting to your %classpath%/config,Setting example please see doc/hulu-example.setting.
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.