Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
reformat tech stack table
  • Loading branch information
jbw9964 authored Jan 3, 2025
1 parent 91f2925 commit d119ffd
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,27 +92,27 @@

- Application

| Name | Description |
|:--------------------:|------------------------------------------------|
| Java | 사용 언어 |
| Gradle | 빌드 도구 |
| Spring Boot | 프로젝트 프레임웍 |
| Spring Security | 요청 인증 • 인가 & filtering request |
| Spring Validation | 요청 유효 검증 |
| Name | Description |
|:--------------------:|:----------------------------------------------:|
| Java | 사용 언어 |
| Gradle | 빌드 도구 |
| Spring Boot | 프로젝트 프레임웍 |
| Spring Security | 요청 인증 • 인가 & filtering request |
| Spring Validation | 요청 유효 검증 |
| Redis | Refresh token 저장, Data caching, 채팅 메시지 Pub/Sub |
| STOMP | 채팅 메시지 broker |
| Spring OAuth2 Client | 소셜 로그인 |
| JWT | 사용자 인증 • 인가 토큰 |
| Swagger | API 문서 공유 |
| STOMP | 채팅 메시지 broker |
| Spring OAuth2 Client | 소셜 로그인 |
| JWT | 사용자 인증 • 인가 토큰 |
| Swagger | API 문서 공유 |

- Test

| Name | Description |
|:-----------:|--------------------|
| JUnit5 | 테스트 프레임웍 |
| H2 Database | 테스트용 In-memory DB |
| Jacoco | 테스트 코드 coverage 분석 |
| Sonar Cloud | 정적 코드 분석 |
| Name | Description |
|:-----------:|:--------------------:|
| JUnit5 | 테스트 프레임웍 |
| H2 Database | 테스트용 In-memory DB |
| Jacoco | 테스트 코드 coverage 분석 |
| Sonar Cloud | 정적 코드 분석 |

- Infra & Monitoring

Expand Down

0 comments on commit d119ffd

Please sign in to comment.