SOCKET

전체흐름 Server dependencies implementation 'org.springframework.boot:spring-boot-starter-websocket' implementation 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.cloud:spring-cloud-starter-bootstrap' implementation 'org.webjars:sockjs-client:1.0.2' implementation 'or..
Socket에 Token을 받아와서 nickname으로 대화하는 채팅서비스를 만들고자 한다. Auth/User Project AuthService login하면 Token 생성 package com.example.aniamlwaruser.service; import ... @Service @RequiredArgsConstructor public class AuthService { private final PasswordEncoder passwordEncoder; private final JwtService jwtService; private final UserRepository userRepository; @Transactional public void signUp(SignupRequest request..
sesam
'SOCKET' 태그의 글 목록