Coder Social home page Coder Social logo

easystock_backend's Introduction

캡스톤디자인종합프로젝트-easystock 백엔드


Entity

  • User(유저)
  • Customer(거래처)
  • Stock(재고)
  • Admin(관리자)
  • Inquiry(문의)
  • Answer(문의에 대한 답변)
  • Notice(공지사항)

어노테이션

@Getter, @Setter : Lombok 기능으로, get과 set 메소드를 생성해주는 어노테이션 - Lombok 플러그인 설치해야 함 @NoArgsConstuctor : Lombok 기능으로, 인자가 없는 생성자를 생성해주는 어노테이션 - Lombok 플러그인 설치해야 함


BaseTimeEntity

생성일자와 마지막 수정일자를 자동으로 할당하기 위한 추상 클래스


임시 데이터베이스

  1. localhost:8080/h2-console에 접속
  2. JDBC URL에 jdbc:h2:mem:testdb 입력
  3. User Name에 admin 입력

easystock_backend's People

Contributors

wooserk avatar yeojinlee-dev 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.