This is the home of the ladder project: the foundation for all ladder projects And includes Some Library
- Audit Project
- CRUD Project
- JSON-WEB Project
- Kafka Client Project
- Redis Client Project
- Elasticsearch Client Project
- Mongo Client Project
- JDBC Client Project
- Crud Client Project
- Oauth Client Project
- Swagger Project
- All Project depends On Core and You Must add It to Pom File
**Spring boot**
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.0.RELEASE</version>
</dependency>
**Lombok**
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
**Jackson**
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.8</version>
</dependency>
this project used for log all data in all Microservices
this project used for generate All crud Default Services in three layer
- Controller
- Service
- Repository
Repository Layer Implement in Some Other Library JDBC client , Mongo client , Microservice client
this project used for work with JWT,JWE,JWS, ...
this project used for Produce and Consume From Kafka
this project used For connect to Redis
this project used For connect to Elasticsearch and impl repository of Crud Project
this project used For connect to Mongo and impl repository of Crud Project
this project used For connect to Jdbc and impl repository of Crud Project
this project used For connect to Another Microservice And Create Crud Project Structure
thi project Used for connect to standard Oath2 Project
this project used For create Swagger For your Project
<dependency>
<groupId>app.ladderproject</groupId>
<artifactId>core</artifactId>
<version>1.0.1-Released</version>
</dependency>
this project used Crud Project And Jdbc Project And Core And ...
The Core is released version 1.0 of the Apache License.