Giter Club home page Giter Club logo

pro2's Introduction

Getting Started

Steps To Run Project

  • Run MainApplication inside (com.example.main) package as a Java Application
  • Make a My-sql Connections

Employee

Department

Hibernate relationship

  • Department and employee have many to one relationship.
  • many to one realtion between Employee to Department.

Database

  • DB used is mysql
  • Configure in application.properties(JPA- dependancy)
  • Username - root
  • Password - password

Payment - Transactional

  • A department has fund and it can pay to its employees(amount)
  • Make a payment
    • Send a POST request to http://localhost:8080/api/v1/payment along with a payment(JSON) in body
    • Payment includes employeeId and the amount to be transferred from department's fund to employee amount

Exception Handling & Logging

  • Custom Exception Handles.
  • Exception(ApiExceptionHandler) used to exception payload.
  • Log4j : Logging/Monitor in console.

MultiThreading

  • FileUplaod used for MultiThreading
  • Multiparts[] Files uploading
    • More than one file can upload and saved in DB.
  • Divided the file in chunk of 10 record and created multiple Thread pool.

pro2's People

Contributors

souhardswami avatar

Watchers

James Cloos avatar  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.