-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: v0.3.0 배포
- Loading branch information
Showing
258 changed files
with
7,437 additions
and
2,534 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
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
== 로그인 | ||
|
||
=== 카카오 Oauth | ||
operation::auth-controller-test/kakao-login[snippets='http-request,http-response'] |
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 |
---|---|---|
@@ -0,0 +1,179 @@ | ||
|
||
== 에러코드 | ||
=== 롤링페이퍼 에러 | ||
|
||
|=== | ||
| error code | error message | show message | status code | ||
|
||
| `1001` | ||
| 롤링페이퍼 제목은 20자를 초과할 수 없습니다. title={%s} | ||
| 롤링페이퍼 제목은 20자를 초과할 수 없습니다. | ||
| `400 Bad Request` | ||
|
||
| `1002` | ||
| 롤링페이퍼 제목은 공백일 수 없습니다. | ||
| 롤링페이퍼 제목은 공백일 수 없습니다. | ||
| `400 Bad Request` | ||
|=== | ||
|
||
=== 메시지 에러 | ||
|
||
|=== | ||
| error code | error message | show message | status code | ||
|
||
| `2001` | ||
| 메시지는 공백일 수 없습니다. | ||
| 메시지는 공백일 수 없습니다. | ||
| `400 Bad Request` | ||
|
||
| `2002` | ||
| 메시지 내용 사이즈 초과입니다 message={%s} | ||
| 메시지 내용은 500자 까지만 가능합니다. | ||
| `400 Bad Request` | ||
|
||
| `2003` | ||
| 해당 회원은 작성자가 아닙니다. id={%d} | ||
| 해당 글의 작성자가 아닙니다. | ||
| `403 Forbidden.` | ||
|=== | ||
|
||
=== 유저 에러 | ||
|
||
|=== | ||
| error code | error message | show message | status code | ||
|
||
| `3001` | ||
| 이메일은 공백일 수 없습니다. | ||
| 이메일은 공백일 수 없습니다. | ||
| `400 Bad Request` | ||
|
||
| `3002` | ||
| 이메일 정규식에 위반되는 이메일입니다. email = {%s} | ||
| 유효하지 않은 이메일입니다. | ||
| `400 Bad Request` | ||
|
||
| `3003` | ||
| 이미 이메일이 중복되는 회원이 존재합니다. | ||
| 이미 가입된 이메일입니다. | ||
| `403 Forbidden.` | ||
|
||
| `3004` | ||
| 유저네임은 공백일 수 없습니다 | ||
| 유저네임은 공백일 수 없습니다 | ||
| `400 Bad Request` | ||
|
||
| `3005` | ||
| 유저네임은 2자 이상 20자 이하여야 합니다. username={%s} | ||
| 유저네임은 2자 이상 20자 이하여야 합니다. | ||
| `400 Bad Request` | ||
|
||
| `3006` | ||
| 올바르지 않은 username입니다. username={%s} | ||
| 유저네임은 영어, 한국어, 숫자로 구성해야 합니다. | ||
| `400 Bad Request` | ||
|
||
| `3007` | ||
| 비밀번호는 공백일 수 없습니다. | ||
| 비밀번호는 공백일 수 없습니다. | ||
| `400 Bad Request` | ||
|
||
| `3008` | ||
| 비밀번호는 8자 이상 20자 이하여야 합니다. password={%s} | ||
| 해당 글의 작성자가 아닙니다. | ||
| `400 Bad Request` | ||
|
||
| `3009` | ||
| 비밀번호는 최소 하나 이상의 알파벳과 숫자로 구성해야 합니다. password={%s} | ||
| 비밀번호는 최소 하나 이상의 알파벳과 숫자로 구성해야 합니다. | ||
| `400 Bad Request` | ||
|
||
| `3010` | ||
| 이메일 정규식에 위반되는 이메일입니다. email = {%s} | ||
| 이메일 또는 비밀번호가 일치하지 않습니다. | ||
| `401 Unauthorized` | ||
|
||
| `3011` | ||
| 올바르지 않은 토큰입니다. | ||
| 올바르지 않은 토큰입니다. | ||
| `401 Unauthorized` | ||
|
||
| `3012` | ||
| 토큰의 유효기간이 만료됐습니다. | ||
| 토큰의 유효기간이 만료됐습니다. | ||
| `401 Unauthorized` | ||
|
||
| `3013` | ||
| 토큰의 secret key가 변조됐습니다. 해킹의 우려가 존재합니다. token={%s} | ||
| 토큰의 secret key가 변조됐습니다. 해킹의 우려가 존재합니다. | ||
| `401 Unauthorized` | ||
|=== | ||
|
||
=== 모임 에러 | ||
|=== | ||
| error code | error message | show message | status code | ||
|
||
| `4001` | ||
| 모임 이름은 공백일 수 없습니다. | ||
| 모임 이름은 공백일 수 없습니다. | ||
| `400 Bad Request` | ||
|
||
| `4002` | ||
| 모임 이름은 20자 이하여야 합니다. name={%s} | ||
| 모임 이름은 20자 이하여야 합니다. | ||
| `400 Bad Request` | ||
|
||
| `4003` | ||
| 모임 설명은 공백일 수 없습니다. | ||
| 모임 설명은 공백일 수 없습니다. | ||
| `400 Bad Request` | ||
|
||
| `4004` | ||
| 모임 설명은 100자 이하여야 합니다. description={%s} | ||
| 모임 설명은 100자 이하여야 합니다. | ||
| `400 Bad Request` | ||
|
||
| `4005` | ||
| 이모지가 선택되지 않았습니다. | ||
| 이모지가 선택되지 않았습니다. | ||
| `400 Bad Request` | ||
|
||
| `4006` | ||
| 색상이 선택되지 않았습니다. | ||
| 색상이 선택되지 않았습니다. | ||
| `400 Bad Request` | ||
|
||
| `4007` | ||
| 이미 가입된 모임입니다. teamId={%d}, memberId={%d} | ||
| 이미 가입한 모임입니다. | ||
| `400 Bad Request` | ||
|
||
| `4008` | ||
| 이미 가입돼있는 회원입니다. | ||
| 이미 가입돼있는 회원입니다. | ||
| `400 Bad Request` | ||
|
||
| `4009` | ||
| 닉네임은 공백일 수 없습니다. | ||
| 닉네임은 공백일 수 없습니다. | ||
| `400 Bad Request` | ||
|
||
| `4010` | ||
| 닉네임 글자 수 초과 nickname={%s} | ||
| 닉네임은 20자 이하여야 합니다. | ||
| `400 Bad Request` | ||
|
||
| `4011` | ||
| 이미 존재하는 모임 이름입니다. teamName={%s} | ||
| 이미 존재하는 모임 이름입니다. | ||
| `400 Bad Request` | ||
|
||
| `4012` | ||
| 해당 모임에 가입되지 않은 회원입니다. memberId={%d} | ||
| 해당 모임에 가입되지 않은 회원입니다. | ||
| `404 Not Found` | ||
|
||
| `4013` | ||
| 해당 모임에 가입해야 가능한 작업입니다. teamId={%d}, memberId={%d} | ||
| 해당 모임에 가입해야 가능한 작업입니다. | ||
| `403 Forbidden` | ||
|=== |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
= NAEPYEON(내편) Application API Document | ||
:doctype: book | ||
:icons: font | ||
:source-highlighter: highlightjs | ||
:toc: left | ||
:toclevels: 2 | ||
:sectlinks: | ||
|
||
include::auth.adoc[] | ||
include::members.adoc[] | ||
include::teams.adoc[] | ||
include::rollingpapers.adoc[] | ||
include::messages.adoc[] | ||
include::errorCodes.adoc[] |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
== 유저 | ||
|
||
=== 내 정보 조회 | ||
operation::member-controller-test/find-member[snippets='http-request,http-response'] | ||
|
||
=== 내가 받은 롤링페이퍼 목록 | ||
operation::member-controller-test/find-received-rollingpapers[snippets='http-request,http-response'] | ||
|
||
=== 내가 작성한 메시지 목록 | ||
operation::member-controller-test/find-written-messages[snippets='http-request,http-response'] | ||
|
||
=== 내 정보 수정 | ||
operation::member-controller-test/update-member[snippets='http-request,http-response'] | ||
|
||
=== 회원탈퇴 | ||
operation::member-controller-test/delete-member[snippets='http-request,http-response'] |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
== 메시지 | ||
|
||
=== 메시지 생성 | ||
operation::message-controller-test/create-message[snippets='http-request,http-response'] | ||
|
||
=== 메시지 상세 조회 | ||
operation::message-controller-test/find-message[snippets='http-request,http-response'] | ||
|
||
=== 메시지 수정 | ||
operation::message-controller-test/update-message[snippets='http-request,http-response'] | ||
|
||
=== 메시지 삭제 | ||
operation::message-controller-test/delete-message[snippets='http-request,http-response'] |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
== 롤링페이퍼 | ||
|
||
=== 롤링페이퍼 생성 | ||
operation::rollingpaper-controller-test/create-rollingpaper[snippets='http-request,http-response'] | ||
|
||
=== 롤링페이퍼 단건 조회 | ||
operation::rollingpaper-controller-test/find-rollingpaper-by-id[snippets='http-request,http-response'] | ||
|
||
=== 모임 내 롤링페이퍼 목록 조회 | ||
operation::rollingpaper-controller-test/find-rollingpapers-by-team-id[snippets='http-request,http-response'] | ||
|
||
=== 모임에서 받은 내 롤링페이퍼들 조회 | ||
operation::rollingpaper-controller-test/find-rollingpapers-by-member-id[snippets='http-request,http-response'] | ||
|
||
=== 롤링페이퍼 수정 | ||
operation::rollingpaper-controller-test/update-rollingpaper[snippets='http-request,http-response'] |
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
== 모임 | ||
|
||
=== 모임 단건 조회 | ||
operation::team-controller-test/get-team[snippets='http-request,http-response'] | ||
|
||
=== 참여중인 모임들 조회 | ||
operation::team-controller-test/get-joined-teams[snippets='http-request,http-response'] | ||
|
||
=== 모든 모임 조회 | ||
operation::team-controller-test/get-all-teams[snippets='http-request,http-response'] | ||
|
||
=== 키워드에 맞는 모든 모임 조회 | ||
operation::team-controller-test/get-all-teams-by-keyword[snippets='http-request,http-response'] | ||
|
||
=== 모임에 참여중인 회원정보 | ||
operation::team-controller-test/get-joined-members[snippets='http-request,http-response'] | ||
|
||
=== 모임 생성 | ||
operation::team-controller-test/create-team/[snippets='http-request,http-response'] | ||
|
||
=== 모임 정보 수정 | ||
operation::team-controller-test/update-team[snippets='http-request,http-response'] | ||
|
||
=== 모임에 회원 참가 | ||
operation::team-controller-test/join-member[snippets='http-request,http-response'] | ||
|
||
=== 모임에 내 정보 조회 | ||
operation::team-controller-test/get-my-info-in-team[snippets='http-request,http-response'] | ||
|
||
=== 모임에서 내 정보 수정 | ||
operation::team-controller-test/update-my-info[snippets='http-request,http-response'] |
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
9 changes: 9 additions & 0 deletions
9
backend/src/main/java/com/woowacourse/naepyeon/config/JpaAuditingConfig.java
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package com.woowacourse.naepyeon.config; | ||
|
||
import org.springframework.context.annotation.Configuration; | ||
import org.springframework.data.jpa.repository.config.EnableJpaAuditing; | ||
|
||
@Configuration | ||
@EnableJpaAuditing | ||
public class JpaAuditingConfig { | ||
} |
Oops, something went wrong.