Coder Social home page Coder Social logo

lets-play-board01's Introduction

scheduling

  • 내 쇼핑몰의 주문을 모니터링 한다
  • 주문 요청 확인 중, 스키줄시간 : yyyymmddhhmmss, 주문 갯수 0개 , 5초 주기로 모니터링
  • 출고(배달) 확인 중, 스키줄시간 : yyyymmddhhmmss, 출고 갯수 0개 , 30초 주기로 모니터링

logging

  • 로그 기록 포맷
주문 로깅 모델 출력...| 주문 확인 중(배치서비스) | 2020-06-07-074055 | 주문 갯수 0 개  | 주문 갯수 관리 서비스 
주문 로깅 모델 출력...| 주문 확인 중(배치서비스) | 2020-06-07-074100 | 주문 갯수 0 개  | 배달 리스트 관리 서비스  

Aop

  • 로그기록은 Aop를 이용하여 기록함.
    • 스케줄링에 걸리는 aspect, 서비스 패키지에 걸리는 aspect.
    • 스케줄이 돌때 threadlocal로 특정 스레드내 변수들이 모델에 기록되어 적재가 되도록 함.

Todo

  • 특정 상품의 주문갯수 확인 하는 api
  • exception 처리

lets-play-board01's People

Contributors

wkimdev avatar

Watchers

James Cloos avatar

lets-play-board01's Issues

nullpointException..

jdbc tempalte으로 아래 select 구문을 호출하는데 불러오지 못한다.(nullpointException..)
에러는 안나는데, 해당 메서드로 테스트돌리면 NULLPOINTEXCEPTION 남.
화면호출은 잘되지만 select가 되지 않기 때문에 list를 못 뿌림...

  • String sql = "select memId from member order by Id desc";

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.