Goja
- 在
JFinal基础上,参考Play 1.2配置方式,将大部分的配置整合到一个配置文件,并支持动态启动相关插件等! - 需要使用
JDK-1.6以及Servlet 3.0以上版本 - 通过
javax.servlet.ServletContainerInitializer(需要Servlet3.0以上容器)的方式去掉了web.xml的配置
一、Goja-Cli(推荐)
一个为了方便使用idea和不喜欢Maven的脚本工具。可点击这里进行下载。
$ goja
~
~ Gaja Application.
~ Usage: goja cmd application_name [-options]
~
~ with, new Create a new application
~ war Export the application as a standalone WAR archive
~ syncdb Sync Database table to Jfinal Model
~ idea Convert the project to Intellij IDEA project
~ pom Generate Maven POM file, and comply with the standard configuration Goja-app
~ upgrade Upgrade Code To Goja.
~ help Show goja help
~
更多信息
可以点击 Goja Document 查看更详细的信息。