Light Rest 4j
The light-rest-4j is a framework that is designed to speed up RESTful API development and deployment. On top of light-4j, it has several middleware handlers specifically designed around Swagger 2.0 and OpenAPI 3.0 specifications. With the specification ready, you can scaffold project with light-codegen, and the specification will be loaded during the runtime to enable JWT scope verification and schema validation for the request based on the spec.
- Setup Local Development Environment
- Build Systems and Dependency Management
- Design First
- Create an OpenAPI 3.0 specification
- Create a Swagger 2.0 specification
- Start a service from light-codegen
- OpenAPI 3.0 Petstore Tutorial
- OpenAPI 3.0 Petstore Kotlin Tutorial
- Swagger 2.0 Petstore Tutorial
- Start a restful service from an example
- Other Restful Examples in Java