Giter Site home page Giter Site logo

final-back-end's Introduction

Final-Back-end


함께 공부할 사람들을 찾고 싶을 때 좋은 플랫폼 통장잔고 2조의 백엔드!

Commit 규칙


Commit 규칙 주요사항 : 제목

추가 🐳
수정 ⭐
삭제 💥

Front-end


프론트 서버 (React)
위 링크로 접속하시면 React로 구현한 프론트엔드단을 보실 수 있습니다~!
백엔드와 연결되어 있어 바로 테스트 가능합니다~
프론트 서버 Github

File Setting


📦Swith
┣ 📂.settings
┣ 📂src
┃ ┣ 📂main
┃ ┃ ┣ 📂java
┃ ┃ ┃ ┗ 📂com
┃ ┃ ┃ ┃ ┗ 📂kh
┃ ┃ ┃ ┃ ┃ ┗ 📂swith
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂biz -> Service단
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂common
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂config
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📂filter -> Spring단으로 들어오는 송수신 데이터 필터 처리
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂controller -> Controller단 (외부에서 들어오는 통신 송수신)
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂dao -> Data Access Object (SQL쿼리문 생성 후 DB 통신)
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂dto -> Data Transfer Object (프로세스 간 데이터 전달 객체)
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂test -> 테스트용으로 만들었던 디렉토리
┃ ┃ ┣ 📂resources
┃ ┃ ┃ ┣ 📂config -> 여러 설정 파일들
┃ ┃ ┃ ┣ 📂mybatis -> Mybatis를 이용한 sql쿼리문 설정 파일
┃ ┃ ┃ ┗ 📜log4j.xml
┃ ┃ ┗ 📂webapp
┗ 📜pom.xml

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.