Giter Club home page Giter Club logo

kakao-housingfinance's Introduction

주택 금융 서비스 API 개발 (주택금융 공급현황 분석 서비스)


국내 주택금융 신용보증 기관으로부터 년도별 각 금융기관(은행)에서 신용보증한 금액에 대한 데이터가 주어집니다. 이를 기반으로 아래 기능명세에 대한 API 를 개발하고 각 기능별 Unit Test 코드를 개발하세요.

  1. 사용 언어 및 프레임워크

    • java 8
    • Spring boot
  2. Dependencies

    • spring-boot 2.1.5.RELEASE
    • spring-boot-starter-data-jpa
    • spring-boot-starter-web
    • spring-boot-starter-security
    • spring-boot-starter-mail
    • spring-boot-starter-test
    • spring-security-test
    • querydsl-core 4.2.1
    • querydsl-jpa 4.2.1
    • querydsl-apt 4.2.1
    • h2 database
    • springfox-swagger-ui
    • springfox-swagger2
    • jjwt
    • jackson-datatype-jsr310
    • jackson-mapper-asl
  3. 실행법

    • in windows terminal
            
            .\mvnw clean install
            .\mvnw spring-boot:run
            
        
    • in linux terminal
            
            mvn clean install
            mvn spring-boot:run
            
        
    • 인텔리제이/이클립스에서 import maven project를 선택 후 진행.
  4. API 명세

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.