com.github.sogyf:goja-wxchat

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

License

License

GroupId

GroupId

com.github.sogyf
ArtifactId

ArtifactId

goja-wxchat
Last Version

Last Version

0.1.12
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download goja-wxchat

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.6.3
com.github.sogyf : goja-jfinal jar 0.1.12
com.github.sogyf : goja-core jar 0.1.12

provided (2)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1
com.google.code.gson : gson jar 2.4

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.

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.

Versions

Version
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
0.1.2
0.1.1
0.1
0.0.10