com.github.sogyf:goja-boot

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Лицензия

Лицензия

Группа

Группа

com.github.sogyf
Идентификатор

Идентификатор

goja-boot
Последняя версия

Последняя версия

0.1.14
Дата

Дата

Тип

Тип

jar
Описание

Описание

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Скачать goja-boot

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.sogyf/goja-boot/ -->
<dependency>
    <groupId>com.github.sogyf</groupId>
    <artifactId>goja-boot</artifactId>
    <version>0.1.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sogyf/goja-boot/
implementation 'com.github.sogyf:goja-boot:0.1.14'
// https://jarcasting.com/artifacts/com.github.sogyf/goja-boot/
implementation ("com.github.sogyf:goja-boot:0.1.14")
'com.github.sogyf:goja-boot:jar:0.1.14'
<dependency org="com.github.sogyf" name="goja-boot" rev="0.1.14">
  <artifact name="goja-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sogyf', module='goja-boot', version='0.1.14')
)
libraryDependencies += "com.github.sogyf" % "goja-boot" % "0.1.14"
[com.github.sogyf/goja-boot "0.1.14"]

Зависимости

compile (10)

Идентификатор библиотеки Тип Версия
com.github.sogyf : goja-core jar 0.1.14
com.github.sogyf : goja-rapid Необязательный jar 0.1.14
com.jfinal : jfinal-weixin Необязательный jar 1.7
mysql : mysql-connector-java jar 5.1.40
org.postgresql : postgresql Необязательный jar 9.4-1206-jdbc41
redis.clients : jedis Необязательный jar 2.9.0
org.apache.shiro : shiro-core jar 1.3.2
org.apache.shiro : shiro-web jar 1.3.2
org.apache.shiro : shiro-ehcache jar 1.3.2
com.jhlabs : filters jar 2.0.235

provided (1)

Идентификатор библиотеки Тип Версия
javax.servlet : javax.servlet-api jar 3.0.1

test (3)

Идентификатор библиотеки Тип Версия
com.h2database : h2 Необязательный jar 1.4.192
junit : junit jar 4.12
org.hamcrest : hamcrest-all jar 1.3

Модули Проекта

Данный проект не имеет модулей.

Goja

感谢:@JFinal @JFinal-ext

  1. JFinal基础上,参考Play 1.2配置方式,将大部分的配置整合到一个配置文件,并支持动态启动相关插件等!
  2. 需要使用JDK-1.6 以及 Servlet 3.0 以上版本
  3. 通过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 查看更详细的信息。

示例

jfinal-showcase

com.github.sogyf

GojaFramework

Goja Java Web Framework;Based on the Jfinal Framework.

Версии библиотеки

Версия
0.1.14
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8