Skip to content

Commit

Permalink
feat(#6):나눔 커뮤니티
Browse files Browse the repository at this point in the history
  • Loading branch information
EunSeok-222 committed Nov 3, 2024
1 parent 164f04e commit b89417b
Show file tree
Hide file tree
Showing 12 changed files with 90 additions and 303 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/chore-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: "⚙Chore Template"
about: 개발 환경 세팅 시 사용하는 템플릿입니다.
title: "[Chore] 이슈 내용"
labels: chore
assignees: ""
---

### 목적

> 추가하려는 세팅 등에 대해 간결하게 설명해주세요
### 작업 상세 내용

- [ ] TODO

### 유의사항
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: "\U0001F6E0Feature Template"
about: 기능 개발을 위한 이슈 템플릿입니다.
title: "[Feat] 이슈 내용"
labels: feat
assignees: ""
---

### 목적

> 추가하려는 기능 등에 대해 간결하게 설명해주세요
### 작업 상세 내용

- [ ] TODO

### 유의사항
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/fix-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: "\U0001F527Fix Template"
about: 버그 수정시 사용하는 템플릿입니다.
title: "[Fix] 작업 내용"
labels: fix
assignees: ""
---

### 목적

> 수정하려는 버그 등에 대해 간결하게 설명해주세요
### 작업 상세 내용

- [ ] TODO

### 유의사항
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/other-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: "\U0001F3A8Other Template"
about: 세 가지 상황 이외의 이슈 템플릿입니다.
title: "[Type] 작업 내용"
labels: ""
assignees: ""
---

### 목적

> 추가하려는 스타일, 수정사항 등에 대해 간결하게 설명해주세요
### 작업 상세 내용

- [ ] TODO

### 유의사항
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## 연관 이슈

- #이슈번호

## 📁 작업 내용

이번 PR에서 작업한 내용을 간략히 설명해주세요.

## 📁 구현 결과

구현한 기능이 보이는 스크린샷을 업로드해주세요.

## 📁 기타 사항
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ dependencies {
implementation 'io.jsonwebtoken:jjwt-api:0.11.2'
implementation 'io.jsonwebtoken:jjwt-impl:0.11.2'
implementation 'io.jsonwebtoken:jjwt-jackson:0.11.2' // 또는 jjwt-gson



implementation 'org.springframework.boot:spring-boot-starter-security'
testImplementation 'org.springframework.security:spring-security-test'
//Oauth 2.0
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'

}

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b89417b

Please sign in to comment.