diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index f8b6e88..ce044c3 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -1,23 +1,18 @@ -name: Java CI with Gradle # workflow 이름 +name: Java CI with Gradle -# event 정의 on: pull_request: - # main branch에 PR 이벤트가 일어날 경우 해당 action 트리거 branches: [ main ] jobs: build: - # 우분투 최신버전 가상환경 사용 runs-on: ubuntu-latest steps: - # 프로젝트 코드 checkout - name: Checkout uses: actions/checkout@v2 - # Github Action이 실행될 OS에 Java 설치 - name: Set up JDK 11 uses: actions/setup-java@v2 with: diff --git a/README.md b/README.md index 320a3e1..f0919c5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Spring Basic - +[![codecov](https://codecov.io/gh/LittleForestPicture/oereo-spring-basic/branch/main/graph/badge.svg?token=VKDNGX66ZK)](https://codecov.io/gh/LittleForestPicture/oereo-spring-basic) ## EJB - EJB 를 많이 사용하였지만 복잡하고 어렵고 느린 문제점 - EJB에 맞는 인터페이스, EJB에 의존성 문 -> 코드 더러워짐 @@ -125,4 +125,25 @@ OCP, DIP 원칙을 지키기 위해 스프링 프레임워크 만들게 된다. ## 싱글톤 패턴 - 객체의 인스턴스가 오직 1개만 생성되는 패턴을 의미 -## 진도율 \ No newline at end of file +## 진도율 +- 90% + + + + + + + + + + + + + + + + + + + +