-
I'm integrating `utoipa-axum` into a project where individual handlers are separated into modules with uniform naming of DTO types, e.g.:
```rust
mod handler_a {
#[utoipa::path(
get,…
-
안녕하세요
REST API로 로그인을 시도하면 결과값이 돌아옵니다
혹시 그 API 요청 및 반환값에 대한 항목 정리해두신 것이 있을까요?
모바일 개발 담당자분이 있으면 좋겠다고 하셔서요
고맙습니다.
-
# OBJECT DAO, DTO, VO, ENTITY의 차이 | LGM1995
데이터를 다루기 위한 객체 VO, DTO, DAO, ENTITY의 차이
[https://lgm1995.github.io/posts/VO,DTO,DAO,ENTITY/](https://lgm1995.github.io/posts/VO,DTO,DAO,ENTITY/)
-
Hi @benkroeger, thanks for replying back to my issue about relations in #14 .
So I just tried your suggestion of adding in the annotated relations, but I am now running into more issues. The `crea…
-
Hi there,
I'm having an issue building my Flutter app for iOS for about every 2-3 builds during code generation and it occurs randomly and I can't recognize a pattern.
My project structure looks…
-
Where are your DTO to DAO conversions?
I don't see a util package where you are converting you internal entity to a DTO
-
- 현재 구현하시는 코드 스타일이 성공적으로 api가 수행되고 반환값이 마땅치않을 때 Map 자료구조를 이용해서 값을 반환하는데 message, status data만 일관되게 반환하기 때문에 dto 클래스를 하나 만들어서 사용하는 것이 좋다고 생각합니다.
-
There is some problem with the existence of DTO in the project here, I am strongly opposed to it being here. We have to replace it.
-
Shouldn't we convert datastructure (aka entity) into another kind of DTO at the transition between service (aka usecase) and repository(aka gateway)? After all, the rules of interaction between busine…
-
Currently riot adds properties to Dto very often.
When they add some, this driver don't work because of "Property *** does not exist" error.