Skip to content
Open
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
| 분류 | 기술 | 비고 |
| :--- | :--- | :--- |
| **Language** | Java 17 | |
| **Framework** | Spring Boot 3.2 | Web, Security |
| **Framework** | Spring Boot 3.2 | Spring Security, WebClient 등|
| **Database** | MySQL 8.0 | 운영 DB |
| **ORM** | Spring Data JPA | Hibernate 6.x |
| **Message Queue** | Redis | 알림 비동기 처리 |
| **Infrastructure** | Docker, Linux | Ubuntu 계정 연동 |
| **Message Queue** | Redis | 알림 비동기 처리 & JWT |
| **Infrastructure** | Docker, Ubuntu Linux, k8s | - |
| **Build Tool** | Gradle | |

<br>
Expand Down Expand Up @@ -166,7 +166,7 @@ CI/CD 작동을 위해 GitHub Repository Secrets에 다음 변수들이 등록
> 현재는 username이 toni와 {key}로 되어있으며, 관리자 변경 시 인수인계가 필요합니다.

## 📚 문서 및 위키
더 자세한 개발 가이드와 트러블슈팅 로그는 **GitHub Wiki**를 참고해 주세요.
더 자세한 개발 가이드와 트러블슈팅 로그는 **[GitHub Wiki](https://github.com/CSID-DGU/admin_be/wiki/Getting-Started)**를 참고해 주세요.

> 관련 링크 <br>
> [인프라 서버](https://github.com/CSID-DGU/admin_infra) <br>
Expand Down