Skip to content

Commit ff41948

Browse files
authored
refactor: logging connection
1 parent ac3d71b commit ff41948

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/src/main/java/com/SeeAndYouGo/SeeAndYouGo/connection/dto/ConnectionVO.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
import com.SeeAndYouGo.SeeAndYouGo.restaurant.Restaurant;
44
import lombok.Getter;
55
import lombok.NoArgsConstructor;
6+
import lombok.ToString;
67

78
@Getter
89
@NoArgsConstructor // Jackson 라이브러리에서 직렬화할 때 사용
10+
@ToString
911
public class ConnectionVO {
1012

1113
private Integer connected;

0 commit comments

Comments
 (0)