From 4792f31ba52ef1220c3bc6be6c4fc45261f63806 Mon Sep 17 00:00:00 2001 From: Heyz Date: Sat, 2 Dec 2023 15:21:28 +0900 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 856b2e1..2cbdf81 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,15 @@ About DDD 9기 IOS 3팀 SERVER ## Skill Stack - 🍃 SpringBoot 3.0.3 - Java 17 -- JPA/QueryDsl/PostgreSQL -- Github Action +- PostgreSQL +- JPA/QueryDsl +- Github Action(CI/CD) - AWS EC2/RDS - Docker -- Swagger +- Swagger(springdoc-openapi:2.0.4) ## 🌟 Team -|Developer|Designer|Designer|Developer|Developer| +|Server Developer|Designer|Designer|iOS Developer|iOS Developer| |:---:|:---:|:---:|:---:|:---:| | ||||| |김혜수|남윤지|박주미|변진하|서원지| @@ -148,3 +149,8 @@ About DDD 9기 IOS 3팀 SERVER ### APIs http://3.39.40.128:9090/swagger-ui/index.html# + +### WIKI +🔗 [스프링부트 3.0 프로젝트 생성/세팅 기록](https://github.com/14-team13/acoe-backend/wiki/%EC%8A%A4%ED%94%84%EB%A7%81-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8-%EC%83%9D%EC%84%B1%EA%B8%B0%EB%A1%9D) +🔗 [깃헙액션 CICD 파이프라인 구축 기록](https://github.com/14-team13/acoe-backend/wiki/CICD-%ED%8C%8C%EC%9D%B4%ED%94%84%EB%9D%BC%EC%9D%B8-%EA%B5%AC%EC%B6%95%EA%B8%B0%EB%A1%9D) +🔗 [깃헙 서브모듈로 설정정보 보호기록](https://github.com/14-team13/acoe-backend/wiki/Submodule%EB%A1%9C-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8-%EC%84%A4%EC%A0%95%EC%A0%95%EB%B3%B4-%EB%B3%B4%ED%98%B8-%EA%B8%B0%EB%A1%9D)