-
아이템 6. 불필요한 객체 생성을 피하라
moto6 updated
3 years ago
-
## Description
There appears to be a potential misunderstanding or error in how `MerchantPageDTO` and `MerchantDTO` are used and documented in the SDK. Specifically, the API method `searchMerchant` i…
-
Do you use DTO?
-
I'm currently implementing Upgrade using the Javascript client-library. I'm running into a bit of headache with the different response types for `getDecisionPointAssignment` and `getAllExperimentCond…
kawcl updated
4 months ago
-
**Describe the bug**
my dto object has a field with LocalDateTime type
` @DateTimeFormat(pattern = "yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'")
@JsonFormat(pattern = "yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'…
-
## 목적
> Request, Response DTO에서는 날짜 형식을 어떻게 다루는 지 알아보자
## 참고 블로그
[SpringBoot에서 날짜 타입 JSON 변환에 대한 오해 풀기](https://jojoldu.tistory.com/361)
-
Ref: https://github.com/the-cloud-camp/project-demo/issues/9
ฝั่ง Backend ขึ้น DTO มาหุ้ม
```
public class APIResponseDTO
{
public string Code { get; set; }
public s…
-
## Reporting design
The *CLI* uses the *Report*, which takes a *JPlagResult* in order to create report files. Currently JPlag supports reporting in JSON format. *JsonReport* implements the *Report* i…
-
##### **Overview of the issue**
**1. errors in relationships**
I tried to add a relationship between Authority entity and other custom entity as similar as User entity, but failed.
I added the…
-