Skip to content
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

feature: 채팅 구현 #44

Merged
merged 11 commits into from
Nov 13, 2024
Merged

feature: 채팅 구현 #44

merged 11 commits into from
Nov 13, 2024

Commits on Nov 7, 2024

  1. feat:수정사항 반영

    - String 255자 기본 length이기에 삭제
    - @builder에서 createdAt 파라미터 불필요
    Lee-Dahyeon committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8aba8b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. feat: 의존성 추가

    - websocket
    - stomp
    Lee-Dahyeon committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    60a4091 View commit details
    Browse the repository at this point in the history
  2. feat: ChatService 작성

    - sendMessage
    Lee-Dahyeon committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    f57b86e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd0724b View commit details
    Browse the repository at this point in the history
  4. feat: ChatController 작성

    - sendChatMessage 채팅 구현
    Lee-Dahyeon committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    ea1d4ff View commit details
    Browse the repository at this point in the history
  5. feat: Chatting DTO 작성

    Lee-Dahyeon committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    a0d430c View commit details
    Browse the repository at this point in the history
  6. feat: Websocket 설정

    Lee-Dahyeon committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    b950f88 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    75d7fd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07f99ef View commit details
    Browse the repository at this point in the history
  3. feat: ChatError 적용

    Lee-Dahyeon committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    af7a569 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d27ed8 View commit details
    Browse the repository at this point in the history