Skip to content

Commit

Permalink
edit : BE-프로젝트 셋팅방법 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
donsonioc2010 committed Oct 30, 2023
1 parent 8bfb164 commit 642899e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 12 deletions.
38 changes: 38 additions & 0 deletions Tool/BE-설정방법(Intellij).md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Intellij Configuration

## 설치 필요 플러그인

- LomBok
- OpenJDK 17

## Annotation Processor

1. Mac을 기준으로 `Intellij IDEA``Settings`클릭
2. `Build, Execution, Deployment``CompilerAnnotation Processors`
3. `Enable annotation processing` 체크표시

<aside>
💡 해당 방법은 `MacOS`, `Intellij IDEA` 기준입니다.
`VSCode` React설정은 알아서 하세욧!

</aside>

---

## 세팅순서

1. Git Clone

```bash
git clone https://github.com/hook-killer/back-end.git
```

2. VMOptions 설정
```java
-Dnaver.storage.access-key=yXOrGQFmk7BfURVyU5Dw
-Dnaver.storage.secret-key=bv0q1CSqr8kPEjZmyTA5qSreGz4FWUTJtJFObiO6
-Dspring.mail.username=${자신의 구글 계정을 기록하세요}
-Dspring.mail.password=${자신의 구글 앱 패스워드를 기록하세요}
-Dpapago.header.X-NCP-APIGW-API-KEY-ID=ybakk0x770
-Dpapago.header.X-NCP-APIGW-API-KEY=DQxOkhtAKEqN61A5vGrp5mYW1j66Qi7vR0R7fJh5
```
12 changes: 0 additions & 12 deletions Tool/Intellij.md

This file was deleted.

0 comments on commit 642899e

Please sign in to comment.