-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: config hotfix 반영 (#249) * hotfix: 랭킹 조회 업데이트 * hotfix: RestControllerAdvice 순서 적용 * refactor: SlackNotification 어노테이션 기반으로 수정 * fix: 빌드 오류 해결 * refactor: 검색 기능 쿼리 변경 (#254) * feat: init.sql fulltext index 추가 * refactor: 엔티티에 FullText Index 정보 추가 * feat: custom hibernate sql 추가 (match against), 적용 * refactor: test 코드 수정 * feat: 쿠폰 캐싱 기능 구현 (#255) * retactor : ClockHolder 메서드명 변경 * feat: ClockHolder 시간 추가 * style: ClockHolder 및 메서드명 변경 * feat : Cache 기능 추가 * docs : Reame 작성 * refactor: Match Against 변경 * refactor: rollback * feat: restdoc openapi 연동 (#259) * refactor: Readme 수정 (#261) * feat: java scouter 추가 * refactor: Readme 파일 수정 * fix: aws 다른 계정 이관하면서 acm 추가로 인한 수정 * fix: docker-compose certbot 해제 * feat: rds config 수정 --------- Co-authored-by: parksey <[email protected]> Co-authored-by: kmebin <[email protected]> Co-authored-by: Youngmyung Kim <[email protected]> Co-authored-by: 홍혁준 <[email protected]> Co-authored-by: ymkim97 <[email protected]>
- Loading branch information
1 parent
20fcf79
commit 7da0544
Showing
52 changed files
with
893 additions
and
2,220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,54 @@ | ||
# moabam-BE | ||
## 🐥 MOABAM 서비스 | ||
|
||
![img.png](readme-image/img.png) | ||
|
||
![img_1.png](readme-image/img_1.png) | ||
|
||
<br><br> | ||
|
||
## 👨👨👧 Backend Team 소개 | ||
|
||
| 김영명 | 김희빈(PO) | 박세연 | 신재윤 | 홍혁준(SM) | | ||
|:------------------------------------------------------------------------------:|:------------------------------------------------------------------------------:|:------------------------------------------------------------------------------:|:------------------------------------------------------------------------------:|:------------------------------------------------------------------------------:| | ||
| DEVELOPER | DEVELOPER | DEVELOPER | DEVELOPER | DEVELOPER | | ||
| <img src="https://avatars.githubusercontent.com/u/83266154?v=4" width="250" /> | <img src="https://avatars.githubusercontent.com/u/72112845?v=4" width="250" /> | <img src="https://avatars.githubusercontent.com/u/54196094?v=4" width="250" /> | <img src="https://avatars.githubusercontent.com/u/87688023?v=4" width="250" /> | <img src="https://avatars.githubusercontent.com/u/31675711?v=4" width="250" /> | | ||
| [ymkim97](https://github.com/ymkim97) | [kmebin](https://github.com/kmebin) | [parksey](https://github.com/parksey) | [DevUni](https://github.com/Shin-Jae-Yoon) | [HongDosan](https://github.com/HyuckJuneHong) | | ||
| 방 도메인, 루틴 인증(메인) | 상품 도메인, 결제, 에러 알림, BE 팀장 | 회원 도메인, 랭킹 어드민 페이지 | 방 도메인, 루틴 인증(서브), 인프라 (AWS, CI/CD) | 쿠폰 도메인, 알림, 선착순 이벤트, 캐싱 | | ||
|
||
<br><br> | ||
|
||
## 공통 협업 방식 | ||
|
||
![img.png](readme-image/협업.png) | ||
|
||
## 서비스 아키텍처 | ||
|
||
![img.png](readme-image/서비스-아키텍처.png) | ||
|
||
## CI/CD 파이프라인 | ||
|
||
![img.png](readme-image/파이프라인.png) | ||
|
||
## 테이블 아키텍처 | ||
|
||
![img.png](readme-image/table.png) | ||
|
||
## API 명세 | ||
|
||
![img.png](readme-image/api.png) | ||
|
||
## 컨벤션 | ||
|
||
![img_1.png](readme-image/컨벤션.png) | ||
|
||
## Config 관리 | ||
|
||
![img.png](readme-image/콘피그.png) | ||
|
||
## Test | ||
|
||
![img.png](readme-image/테스트.png) | ||
|
||
## 협업 규칙 | ||
![image](https://github.com/team-moabam/moabam-BE/assets/31675711/1c9ae816-9174-42fd-959a-bad9f375878d) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.