Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MinKevin/fastcampus-java-oop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: MinKevin/fastcampus-java-oop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 16 files changed
  • 2 contributors

Commits on Mar 6, 2022

  1. initialize java + gradle

    패스트캠퍼스 예제 java + gradle 프로젝트 셋업
    alswkdrb1-create committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    c52f94b View commit details
    Browse the repository at this point in the history
  2. Implement Bubble sort

    실행될 자바 메인 진입점 만들기
    alswkdrb1-create committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    28d90ac View commit details
    Browse the repository at this point in the history
  3. Implement JavaSort

    자바 정렬 구현체를 단순히 이용한 정렬 클래스
    alswkdrb1-create committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    6ca9ae6 View commit details
    Browse the repository at this point in the history
  4. Implement main entry point

    실행될 메인 로직 작성하고 정렬 알고리즘 사용
    테스트는 실행결과만 관측하고 있음
    alswkdrb1-create committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    dcd2cd0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from alswkdrb1/feature/#1-java-oop

    java 프로그램 개발
    MinKevin authored Mar 6, 2022
    Configuration menu
    Copy the full SHA
    ae725c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Design #3 - Sort Interface

    인터페이스 설계하고, 각 구현체가 인터페이스를 구현하는 구조로 수정
    alswkdrb1-create committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    24f9f08 View commit details
    Browse the repository at this point in the history
  2. Implement #3 - SortService

    정렬 구현체를 사용하는 서비스를 별도로 작성
    의존성 주입 방법을 적용
    alswkdrb1-create committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    d867b6e View commit details
    Browse the repository at this point in the history
  3. Update #3 - Main

    변수 클래스를 인터페이스로 변경
    #3은 여기서 마무리.
    스프링으로 넘어감
    alswkdrb1-create committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    6bb7616 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from alswkdrb1/feature/#3-enhance

    프로젝트 개선
    MinKevin authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    ec54942 View commit details
    Browse the repository at this point in the history
Loading