1 Star 0 Fork 56

simisu / JessMA

forked from 伤神小怪兽 / JessMA 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
README.md 733 Bytes
Copy Edit Raw Blame History
伤神小怪兽 authored 2015-02-23 00:07 . 20150222

JessMA

Powerful Java MVC & REST Full-Stack Framework

Maven usage:

1) JessMA core

	<dependency>
		<groupId>org.jessma</groupId>
		<artifactId>jessma-core</artifactId>
		<version>3.5.1</version>
	</dependency>

2) JessMA RESTful extension

	<dependency>
		<groupId>org.jessma</groupId>
		<artifactId>jessma-ext-rest</artifactId>
		<version>3.5.1</version>
	</dependency>

3) JessMA Guice extension

	<dependency>
		<groupId>org.jessma</groupId>
		<artifactId>jessma-ext-guice</artifactId>
		<version>3.5.1</version>
	</dependency>

4) JessMA Spring extension

	<dependency>
		<groupId>org.jessma</groupId>
		<artifactId>jessma-ext-spring</artifactId>
		<version>3.5.1</version>
	</dependency>
1
https://gitee.com/simisu/JessMA.git
git@gitee.com:simisu/JessMA.git
simisu
JessMA
JessMA
master

Search