From 7af872bedad9888384d188b021ccd6b8967444b5 Mon Sep 17 00:00:00 2001 From: huouvcti Date: Wed, 4 Jun 2025 11:51:43 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20README=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7814902..1b0646a 100644 --- a/README.md +++ b/README.md @@ -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
@@ -93,10 +93,39 @@ src
-## ๐Ÿ” ์ƒˆ๋กœ์šด ์ง€์‹ +## ๋นŒ๋“œ ๊ณผ์ • +### ์ฝ”๋“œ ๋ณต์ œ +```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 +``` + +
+ํ™˜๊ฒฝ ๋ณ€์ˆ˜ ์„ค์ • +[Feeda ํ”„๋กœ์ ํŠธ ํ™˜๊ฒฝ ๋ณ€์ˆ˜](https://www.notion.so/Feed-a-208bfc0be30d8043a8b3e2f548012b9a?source=copy_link) +
+
+ +## ๐Ÿ” ์ƒˆ๋กœ์šด ์ง€์‹ +- [.github ๋””๋ ‰ํ† ๋ฆฌ](https://gajicoding.tistory.com/359) +- [Spring Boot ํ”„๋กœ์ ํŠธ์—์„œ Redis ์—ฐ๋™ ํ•˜๊ธฐ](https://gajicoding.tistory.com/357) + +
+ +## ๐Ÿงฐ ๋ฌธ์ œ ํ•ด๊ฒฐ (ํŠธ๋Ÿฌ๋ธ” ์ŠˆํŒ…) +- [Spring Security ์—๋Ÿฌ ํ•ธ๋“ค๋ง ์˜ค๋ฅ˜ ํ•ด๊ฒฐ, /error ์ ‘๊ทผ ๊ถŒํ•œ ๋ฌธ์ œ](https://gajicoding.tistory.com/356) +- [@ControllerAdvice๊ฐ€ Filter ์˜ˆ์™ธ๋ฅผ ์žก์ง€ ๋ชปํ•˜๋Š” ๋ฌธ์ œ ํ•ด๊ฒฐ](https://gajicoding.tistory.com/358) +- [Spring Boot JWT ์ธ์ฆ & ํ”„๋กœํ•„ ๊ด€๋ฆฌ ํŠธ๋Ÿฌ๋ธ”์ŠˆํŒ… ๊ฐ€์ด๋“œ](https://che01.tistory.com/52)