-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #605 from woowacourse-teams/develop-BE
[BE] v.2.0.0 릴리즈
- Loading branch information
Showing
92 changed files
with
2,471 additions
and
626 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,3 @@ | ||
FROM openjdk:17 | ||
COPY build/libs/mapbefine.jar mapbefine.jar | ||
ENTRYPOINT ["java", "-jar","-Dspring.profiles.active=dev", "mapbefine.jar"] |
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,3 @@ | ||
FROM openjdk:17 | ||
COPY build/libs/mapbefine.jar mapbefine.jar | ||
ENTRYPOINT ["java", "-jar","-Dspring.profiles.active=prod", "mapbefine.jar"] |
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,29 +1,29 @@ | ||
// == 관리자 기능 | ||
// | ||
// === 전체 회원 조회 | ||
// | ||
// operation::admin-controller-test/find-all-member-details[snippets='http-request,http-response'] | ||
// | ||
// === 회원 상세 조회 | ||
// | ||
// operation::admin-controller-test/find-member[snippets='http-request,http-response'] | ||
// | ||
// === 회원 차단(삭제) | ||
// | ||
// operation::admin-controller-test/delete-member[snippets='http-request,http-response'] | ||
// | ||
// === 토픽 삭제 | ||
// | ||
// operation::admin-controller-test/delete-topic[snippets='http-request,http-response'] | ||
// | ||
// === 토픽 이미지 삭제 | ||
// | ||
// operation::admin-controller-test/delete-topic-image[snippets='http-request,http-response'] | ||
// | ||
// === 핀 삭제 | ||
// | ||
// operation::admin-controller-test/delete-pin[snippets='http-request,http-response'] | ||
// | ||
// === 핀 이미지 삭제 | ||
// | ||
// operation::admin-controller-test/delete-pin-image[snippets='http-request,http-response'] | ||
== 관리자 기능 | ||
|
||
=== 전체 회원 조회 | ||
|
||
operation::admin-controller-test/find-all-member-details[snippets='http-request,http-response'] | ||
|
||
=== 회원 상세 조회 | ||
|
||
operation::admin-controller-test/find-member[snippets='http-request,http-response'] | ||
|
||
=== 회원 차단(삭제) | ||
|
||
operation::admin-controller-test/delete-member[snippets='http-request,http-response'] | ||
|
||
=== 토픽 삭제 | ||
|
||
operation::admin-controller-test/delete-topic[snippets='http-request,http-response'] | ||
|
||
=== 토픽 이미지 삭제 | ||
|
||
operation::admin-controller-test/delete-topic-image[snippets='http-request,http-response'] | ||
|
||
=== 핀 삭제 | ||
|
||
operation::admin-controller-test/delete-pin[snippets='http-request,http-response'] | ||
|
||
=== 핀 이미지 삭제 | ||
|
||
operation::admin-controller-test/delete-pin-image[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
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
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
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.