Jima Security is a security system for the Jima framework. It provides base security config for the Jima framework. It is built on top of the Spring Security framework. It provides RESTful, gRPC and RSocket security component for the Jima framework.
Before you begin, ensure you have the following software and tools installed:
-
Java
-
Maven
Follow these steps to get started with the Jima CRUD project:
-
Clone the repository.
-
Install all the software and tools listed in the Prerequisites section.
-
Install the npm dependencies.
-
Install the project with the
mvn installcommand.
You can also add the following dependency to the pom.xml file of your project:
<dependencies>
<dependency>
<groupId>ir.msob.jima.security</groupId>
<artifactId>security-starter-*</artifactId>
<version>*</version>
</dependency>
</dependencies>This module is divided into restful, grpc and rsocket submodules.
We welcome contributions to Jima! Please fork the repository, make your changes, and submit a pull request.