-
Notifications
You must be signed in to change notification settings - Fork 24
[김현기] sprint7 #198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
LZHTK
wants to merge
13
commits into
codeit-bootcamp-spring:김현기
Choose a base branch
from
LZHTK:김현기_sprint7
base: 김현기
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
The head ref may contain hidden characters: "\uAE40\uD604\uAE30_sprint7"
Open
[김현기] sprint7 #198
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
11faf31
feat: 개발, 운영환경에 따른 yaml 추가 및 logback-spring.xml 추가
4d2319e
fix: logback-spring.xml 수정
db9b027
add: 유저,유저상태,채널,메시지,읽음상태 로깅 추가
f6c576a
feat: 예외처리 관련 패키징 및 기능 고도화
7b82049
Delete .idea directory
LZHTK 6736f7f
feat: validation, actuator 의존성 추가 및 Request DTO 제약 조건 관련 어노테이션 추가
09edbdc
feat: @Valid 어노테이션 Controller단에 추가
fa90708
Merge remote-tracking branch 'origin/김현기_sprint7' into 김현기_sprint7
b600123
feat: 단위 테스트 구현중 06.20
5b2225e
feat: 단위테스트 구현 완료
323dc0d
feat: 슬라이스 테스트 구현
4aeb682
feat: 통합 테스트 구현
e5fe7ac
feat: 심화 요구사항 구현
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,46 @@ | ||
.gradle | ||
build/ | ||
!gradle/wrapper/gradle-wrapper.jar | ||
!**/src/main/**/build/ | ||
!**/src/test/**/build/ | ||
|
||
### IntelliJ IDEA ### | ||
.idea | ||
*.iws | ||
*.iml | ||
*.ipr | ||
out/ | ||
!**/src/main/**/out/ | ||
!**/src/test/**/out/ | ||
|
||
### Eclipse ### | ||
.apt_generated | ||
.classpath | ||
.factorypath | ||
.project | ||
.settings | ||
.springBeans | ||
.sts4-cache | ||
bin/ | ||
!**/src/main/**/bin/ | ||
!**/src/test/**/bin/ | ||
|
||
### NetBeans ### | ||
/nbproject/private/ | ||
/nbbuild/ | ||
/dist/ | ||
/nbdist/ | ||
/.nb-gradle/ | ||
|
||
### VS Code ### | ||
.vscode/ | ||
|
||
### Mac OS ### | ||
.DS_Store | ||
|
||
### Discodeit ### | ||
.discodeit | ||
|
||
### 숨김 파일 ### | ||
.* | ||
!.gitignore | ||
This file contains hidden or 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,22 @@ | ||
# Getting Started | ||
|
||
### Reference Documentation | ||
For further reference, please consider the following sections: | ||
|
||
* [Official Gradle documentation](https://docs.gradle.org) | ||
* [Spring Boot Gradle Plugin Reference Guide](https://docs.spring.io/spring-boot/3.4.0/gradle-plugin) | ||
* [Create an OCI image](https://docs.spring.io/spring-boot/3.4.0/gradle-plugin/packaging-oci-image.html) | ||
* [Spring Web](https://docs.spring.io/spring-boot/3.4.0/reference/web/servlet.html) | ||
|
||
### Guides | ||
The following guides illustrate how to use some features concretely: | ||
|
||
* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/) | ||
* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/) | ||
* [Building REST services with Spring](https://spring.io/guides/tutorials/rest/) | ||
|
||
### Additional Links | ||
These additional references should also help you: | ||
|
||
* [Gradle Build Scans – insights for your project's build](https://scans.gradle.com#gradle) | ||
|
This file contains hidden or 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,2 @@ | ||
# 0-spring-mission | ||
스프린트 미션 모범 답안 리포지토리입니다. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
log 파일들이나 관련 디렉토리는 커밋에 불필요하게 추가되는걸 막아야될 것 같아요.
희준님이 잘하셔서 링크 남깁니다.
https://github.com/codeit-bootcamp-spring/3-sprint-mission/pull/193/files#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947R29