com.github.sogyf:goja-rapid

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

Лицензия

Лицензия

Группа

Группа

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

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

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

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

0.1.14
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

Скачать goja-rapid

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

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

Зависимости

compile (24)

Идентификатор библиотеки Тип Версия
com.github.sogyf : goja-core jar 0.1.14
org.jeecg : easypoi-base jar 2.3.0.1
org.jeecg : easypoi-annotation jar 2.3.0.1
com.itextpdf : itextpdf Необязательный jar 5.5.6
com.itextpdf : itext-asian Необязательный jar 5.2.0
org.mongodb : mongo-java-driver Необязательный jar 3.2.0
com.github.stuxuhai : jpinyin jar 1.1.7
org.quartz-scheduler : quartz jar 2.2.1
org.quartz-scheduler : quartz-jobs jar 2.2.1
net.sf.jxls : jxls-core jar 1.0.6
com.google.zxing : core Необязательный jar 3.3.0
com.google.zxing : javase Необязательный jar 3.3.0
com.jhlabs : filters jar 2.0.235
org.apache.commons : commons-email jar 1.4
com.sun.mail : javax.mail jar 1.5.5
org.apache.poi : poi jar 3.11
org.apache.poi : poi-ooxml jar 3.11
org.apache.poi : poi-ooxml-schemas jar 3.11
net.coobird : thumbnailator jar 0.4.8
org.apache.httpcomponents : httpcore jar 4.4.5
org.apache.httpcomponents : httpclient jar 4.5.2
org.apache.httpcomponents : fluent-hc jar 4.5.2
com.thoughtworks.xstream : xstream jar 1.4.9
net.sf.dozer : dozer jar 5.5.1

provided (1)

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

test (2)

Идентификатор библиотеки Тип Версия
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
0.1.7
0.1.6
0.1.5.2
0.1.5.1
0.1.5
0.1.4-1
0.1.4
0.1.3