Skip to content
Merged
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
35 changes: 32 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
- Spring Boot 3.5.0
- Spring Data JPA (Hibernate 6.6.13.Final)
- Spring Security
- MySQL 8.0 이상
- MySQL 8.0+
- Redis Cloud

<br>
Expand Down Expand Up @@ -93,10 +93,39 @@ src

<br>

## 🔍 새로운 지식
## 빌드 과정
### 코드 복제
```bash
git clone https://github.com/Feeda-Project/spring-feeda.git
cd spring-feeda
```

### 빌드 (윈도우)
```bash
./gradlew build
```

## 🧰 문제 해결 (트러블 슈팅)
### 실행 (윈도우)
```bash
java -jar .\build\libs\feeda-0.0.1-SNAPSHOT.jar
```

<details>
<summary>환경 변수 설정</summary>

[Feeda 프로젝트 환경 변수](https://www.notion.so/Feed-a-208bfc0be30d8043a8b3e2f548012b9a?source=copy_link)
</details>


<br>

## 🔍 새로운 지식
- [.github 디렉토리](https://gajicoding.tistory.com/359)
- [Spring Boot 프로젝트에서 Redis 연동 하기](https://gajicoding.tistory.com/357)

<br>

## 🧰 문제 해결 (트러블 슈팅)
- [Spring Security 에러 핸들링 오류 해결, /error 접근 권한 문제](https://gajicoding.tistory.com/356)
- [@ControllerAdvice가 Filter 예외를 잡지 못하는 문제 해결](https://gajicoding.tistory.com/358)
- [Spring Boot JWT 인증 & 프로필 관리 트러블슈팅 가이드](https://che01.tistory.com/52)