Giter VIP home page Giter VIP logo

core's Introduction

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.

core's People

Contributors

graypharos avatar hosseinmahdevar avatar nimamoosavi avatar seyyedbaghermusavi avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.