Kamsi's Blog

Kamsi's Blog

  • 분류 전체보기 (156)
    • Database (25)
      • 공통 (2)
      • Oracle (14)
      • MySQL (2)
      • Tibero (1)
      • MSSql (0)
      • PostgreSQL (5)
    • JAVA (64)
      • Spring(eGovFrame) (25)
      • Spring Security (6)
      • Spring Boot (12)
      • iBatis(MyBatis) (0)
      • JSTL (1)
      • Tiles (1)
      • Webservice(REST) (8)
      • Common (5)
    • Eclipse (5)
    • Python (4)
    • JavaScript (23)
      • NodeJS (13)
      • React (1)
    • PHP (1)
    • HTML5 (4)
    • CSS (7)
    • Kubernetes (3)
    • 정규식 (1)
    • 소스형상화 (6)
      • MAVEN (2)
      • ANT (1)
      • Gradle (1)
    • 기타 (4)
      • VirtualBox (1)
      • Excel (1)
  • HOME
  • TAG
  • MEDIA LOG
  • LOCATION LOG
  • GUEST BOOK
  • WRITE
RSS 피드
로그인
로그아웃 글쓰기 관리

Kamsi's Blog

컨텐츠 검색

태그

노드js Python oracle 채팅 웹소켓 webflux spring SpringBoot restful webservice REACT Spring Boot JWT chat websocket SPRING4 schedule security java config nodejs

최근글

댓글

공지사항

아카이브

reactive(1)

  • Spring WebFlux를 이용한 chat 프로그램 - 채팅(2)

    이제 채팅창 구성까지 끝났고 이제 메시지를 주고 받는 작업을 한다.DTO 생성ChatMessage.javapackage com.company.common.database.document;import lombok.*;import org.springframework.data.annotation.Id;import org.springframework.data.mongodb.core.mapping.Document;import java.time.LocalDateTime;/** * MongoDB에 저장될 채팅 메시지 도큐먼트 */@Document(collection = "chat_messages")@Data@NoArgsConstructor@AllArgsConstructor@Builderpublic class Chat..

    2025.05.10
이전
1
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바