Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## 💻프로젝트 소개
### 1. 개발 기간
* 24.01.20 ~ (진행중)
* 25.01.20 ~ (진행중)
### 2. 서비스 주소
* [https://www.moddo.kr](https://www.moddo.kr)
### 3. 주요 기능
Expand All @@ -31,7 +31,7 @@
* `jdk 17.0.14`
* **IDE** : IntelliJ
* **Framework** : Spring boot 3.4.1
* **DataBase** : MariaDB
* **DataBase** : MySQL
* **ORM** : JPA

### 6. 멤버 구성 (백엔드)
Expand All @@ -55,4 +55,4 @@
</table>

### 7. 관련 문서
1. [API문서](https://documenter.getpostman.com/view/36733858/2sAYX5L2pr)
1. [API문서](https://moddo.kro.kr/docs/index.html)
4 changes: 1 addition & 3 deletions src/docs/asciidoc/expense.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,4 @@ include::{snippets}/expense-controller-test/update-img-url-success/http-response

==== 요청

include::{snippets}/expense-controller-test/update-img-url-success/request-body.adoc[]

operation::create-expense[snippets="path-parameters,http-request,request-body,request-fields,http-response"]
include::{snippets}/expense-controller-test/update-img-url-success/request-body.adoc[]
2 changes: 1 addition & 1 deletion src/main/resources/config
Loading