-
# DTO의 사용 범위에 대하여
1. DTO란? DTO(Data Transfer Object)란 계층간 데이터 교환을 위해 사용하는 객체(Java Beans)입니다. 간략하게 DTO의 구체적인 용례 및 필요성을 MVC 패턴을 통해 알아볼까요? 🚀 1.1. MVC 패턴 MVC…
[https://tecoble.techcourse.co.kr/post/202…
-
When you use XChange in a Spring Boot 3.1.x project you'll encounter problem with the deserialisation if IOrderFlags. An easy way to reproduce it is to simply upgrade to 2.15.2 in XChange's parent pom…
-
현재 DTO는 Entity의 1:1매핑 상태입니다.
좀더 활용을 위해서
- Validate 체크 (for upload)
- https://bamdule.tistory.com/35
- https://www.baeldung.com/spring-valid-vs-validated
- Json 데이터 가공 (for download)
- ht…
-
-
Add user Status to user Dto.
-
-
Currently the `Process.Extract...` methods have 2 signatures:
1: `string query, IEnumerable choices`:
```C#
public static IEnumerable ExtractAll(
string query,
IEnumerable choice…
-
### Apache NetBeans version
Apache NetBeans 23
### What happened
I created a new "Musician" project "Java with Ant" -> "Java Enterprise" -> "Enterprise Application Client", adding it with "Ad…
-
-
# 추가/개선 필요 요소
공통으로 사용하던 api 에 맞게 dto 분리
# 추가/개선 필요 이유
요구사항을 수정할때, 공통 dto가 변하므로, 변경되는 api 들이 너무 많다.
변경 포인트를 줄이기 위해 dto를 분리가 필요하다.