Resty is a very lightweight RESTful routing framework, with Resty you can handle url parsing, data encapsulation, Json output, and traditional methods. The requested parameters are method parameters, and the method returns. The value is the return value of the request. The principle is: you will write the method, you will use it.
Since Resty is very simple, it only needs to look at the document to be easy to use. There is no orm provided in Resty, so you also need to choose an orm. It is recommended to use MongoFuse with Resty to experience the rapid development of RESTful and MongoDB.
-
Minimalist design, almost 0 configuration.
-
Beyond the traditional MVC, professional things are done professionally.
-
Support AOP, the interceptor configuration is flexible, and it is easy to check the transmission data with MongoFuse .
-
Support Realtime notification by configuring your email or sms settings in application.properties
-
Support database encryption
You can check Resty-example for example on how to use Resty for you web application