Skip to content

This is the home of the ladder project: the foundation for all ladder projects And includes Some Library

Notifications You must be signed in to change notification settings

nimamoosavi/core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the home of the ladder project: the foundation for all ladder projects And includes Some Library

Structure

All Project Used JDK 11 and in Spring Frame Work version 2.3.0 And other Library
  • All Project depends On Core and You Must add It to Pom File

Core

Maven Central

**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

Elasticsearch Client Project

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

Oauth Client Project

thi project Used for connect to standard Oath2 Project

this project used For create Swagger For your Project

Releases

Last Release Version in Frame Work 1.0.1-Released
<dependency>
            <groupId>app.ladderproject</groupId>
            <artifactId>core</artifactId>
            <version>1.0.1-Released</version>
</dependency>

Sample Project

this project used Crud Project And Jdbc Project And Core And ...

License

The Core is released version 1.0 of the Apache License.

About

This is the home of the ladder project: the foundation for all ladder projects And includes Some Library

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages