Skip to content

[박인규] sprint2 #66

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
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
529cce2
-메세지 송신 기능 구현
Leichtstar Apr 3, 2025
ce2c433
-User.java line9 UUID final로 변경
Leichtstar Apr 3, 2025
22d70a6
- 기본요구사항에 맞추어 전체 구조 재정렬.
Leichtstar Apr 8, 2025
c21a622
- 기본요구사항에 맞추어 전체 구조 재정렬.
Leichtstar Apr 8, 2025
2d40cf0
- 메인메뉴 선택지 4갈래로 변경
Leichtstar Apr 9, 2025
5100546
- 채널 도메인 구현
Leichtstar Apr 9, 2025
e8f0886
-application상 대부분의 기능 구현됨
Leichtstar Apr 9, 2025
867be6d
- 각 하위메뉴 컨트롤 .control로 분리함
Leichtstar Apr 13, 2025
09bbb5c
- 각 하위메뉴 컨트롤 .control로 분리함
Leichtstar Apr 13, 2025
98ec5da
-intelliJ로 빌드한 프로젝트를 다시 gradle 빌드로 변경
Leichtstar Apr 13, 2025
a51903d
-intelliJ로 빌드한 프로젝트를 다시 gradle 빌드로 변경
Leichtstar Apr 13, 2025
82a146a
-intelliJ로 빌드한 프로젝트를 gradle 빌드로 변경함
Leichtstar Apr 13, 2025
4f5ea60
-브랜치명 박인규-sprint1으로 수정
Leichtstar Apr 14, 2025
f36121f
- 빌드를 최초 생성시 이용한 IntelliJ에서 Gradle로 변경 후 런이 안되는 문제 발견
Leichtstar Apr 14, 2025
be9bd19
- 빌드를 최초 생성시 이용한 IntelliJ에서 Gradle로 변경 후 런이 안되는 문제 발견
Leichtstar Apr 14, 2025
630041d
- 빌드를 최초 생성시 이용한 IntelliJ에서 Gradle로 변경 후 런이 안되는 문제 발견
Leichtstar Apr 14, 2025
0087be7
Merge branch '박인규' of https://github.com/Leichtstar/3-sprint-mission_…
Leichtstar Apr 14, 2025
59a1056
- 빌드를 최초 생성시 이용한 IntelliJ에서 Gradle로 변경 후 런이 안되는 문제 발견
Leichtstar Apr 14, 2025
a179cea
- 빌드를 최초 생성시 이용한 IntelliJ에서 Gradle로 변경 후 런이 안되는 문제 발견
Leichtstar Apr 14, 2025
7c3d144
- 빌드를 최초 생성시 이용한 IntelliJ에서 Gradle로 변경 후 런이 안되는 문제 발견
Leichtstar Apr 14, 2025
eef6ff7
Merge conflict 처리
Leichtstar Apr 14, 2025
892d422
- PR 리뷰 코멘트 참고하여 반영
Leichtstar Apr 15, 2025
a94ad07
- Application 내부 변수 currentUser와 currentChannel static 제거, private값으로…
Leichtstar Apr 20, 2025
cb16708
- File입출력 서비스 구현
Leichtstar Apr 20, 2025
eda8152
- File입출력 서비스 구현
Leichtstar Apr 20, 2025
28c469f
- Repository 정의함
Leichtstar Apr 23, 2025
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
46 changes: 46 additions & 0 deletions .gitignore
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/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/
.idea/workspace.xml

### 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

## 업로드금지품목
.idea
Binary file added .gradle/8.10/checksums/checksums.lock
Binary file not shown.
Binary file added .gradle/8.10/checksums/md5-checksums.bin
Binary file not shown.
Binary file added .gradle/8.10/checksums/sha1-checksums.bin
Binary file not shown.
Empty file.
Binary file not shown.
Binary file added .gradle/8.10/executionHistory/executionHistory.lock
Binary file not shown.
Binary file added .gradle/8.10/fileChanges/last-build.bin
Binary file not shown.
Binary file added .gradle/8.10/fileHashes/fileHashes.bin
Binary file not shown.
Binary file added .gradle/8.10/fileHashes/fileHashes.lock
Binary file not shown.
Empty file added .gradle/8.10/gc.properties
Empty file.
Binary file added .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 2 additions & 0 deletions .gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Mon Apr 14 18:05:38 KST 2025
gradle.version=8.10
Binary file added .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file added .gradle/file-system.probe
Binary file not shown.
Empty file added .gradle/vcs-1/gc.properties
Empty file.
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions .idea/shelf/Uncommitted_changes_before_rebase.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
18 changes: 18 additions & 0 deletions .idea/shelf/Uncommitted_changes_before_rebase/shelved.patch

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading