2019-03-15 20:23:48 +08:00
2019-03-14 21:08:52 +08:00
2019-03-14 21:34:16 +08:00
2019-03-14 21:08:52 +08:00
2019-03-14 21:08:52 +08:00
2019-03-15 20:23:48 +08:00
2019-03-14 21:08:52 +08:00
2019-03-14 21:08:52 +08:00
2019-03-14 21:08:52 +08:00
2019-03-14 21:08:52 +08:00
2019-03-14 20:59:09 +08:00
2019-03-14 21:08:52 +08:00
2019-03-14 21:08:52 +08:00
2019-03-14 23:11:22 +08:00

Java Web development framework that does not require a container


Introduction to the framework

First of all, thanks to mybatis, fastjson, cglib, pagehelper, druid, jwt, jyaml, netty, hutool. Because of the integration of these open source projects, my framework can be developed smoothly.

Mars-java is a java development framework that mimics springboot. It supports functions similar to springboot: AOP, IOC, MVC also integrates mybatis as a persistence layer. Unlike springboot it is:

   1. This framework uses netty as the http service
   2. Session management with JWT
   3. Only support the main method to start, can not play the war package
   4. Controller can only return json, does not support forwarding and redirection

Document

Document

Extension package

Support redis connection

Encapsulated mail delivery, MD5, AES and other tools class

Extension package

Simple contrast

name AOP IOC MVC mybatis configuration file startup method
Mars-java support support support Direct integration Only need one main method
Springboot support support support Can be integration Only need one main methodwar+tomcat

Contact

If you have any questions, you can add my QQ group773291321

S
Description
No description provided
Readme MIT
1.5 MiB
Languages
Java 100%