Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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에 의존성 문 -> 코드 더러워짐
Expand Down Expand Up @@ -125,4 +125,25 @@ OCP, DIP 원칙을 지키기 위해 스프링 프레임워크 만들게 된다.
## 싱글톤 패턴
- 객체의 인스턴스가 오직 1개만 생성되는 패턴을 의미

## 진도율
## 진도율
- 90%