-
```
The RoomClient Object is getting bigger an bigger.
Its not useful anymore to send the hole RoomClient Object to the Clients.
It should only contain the necessary information in each call that
cu…
-
-
# Issue: ⚙️ Refactoring
순원님이 만들어 놓으신 CusorPageResponse에 대한 의견 요청
## Description
CursorPageResponse 로 변경 중 다른 도메인은 모르겠지만
제가 만든 Review 쪽에는 적용이 어려워 도움 요청 차 이슈를 남깁니다
**적용이 어렵다고 생각하는 이유**
![image]…
-
1. DTO 객체에 대해 뒤에 DTO 붙이는 것에 대해 어떻게 생각하는지
2. Interface의 구현체에 대해 네이밍 규칙에 Impl를 둬야하는지 말아야하는지
3. 우리 프로젝트의 경우, Service를 인터페이스와 구현체로 나누는게 나을지 아니면 클래스만 둬도 될지
- 인터페이스가 필요한 도메인이 있을지
### 참고자료
[DTO 네이…
-
각 테이블에 필요한 DTO 하고
resources 파일에 mybatis연동을 위한 properties와 xml파일을 Template만들어 놨습니다.
main에 push해놨습니다.
확인 해주시고 이 시점부터 pull 받아서 사용해주세요
이제 main 브랜치는 나중에 병합하기 전까지 사용을 중지합니다.
지금부터 시험공지에 올라간대로 각자 브랜치 정해진…
ohdyo updated
7 months ago
-
I'm developing an Angular application using AngularFire to interact with Firebase Firestore. When attempting to perform a specific query on Firestore, I'm encountering CORS errors and connection failu…
-
In my demo app, ExcelMapper always output extra columns that I dont't want. How to prevent it?
```
ExcelMapper mapper = new();
mapper.AddMapping(typeof(Dto), "Identity", nameof(Dt…
-
Hi,
I have another interesting question,
if the endpoints taking JSON format data (using Body As DTO) instead of multiple query params. e.g.
**curl -X POST -d '{"abc": true}' http://localhost:80…
-
本來是空的,在dto加上`@ApiProperty()`就會出現了。
-