-
Issue: Check constructor from Entity implementation in DTO.Found on file: dtos/PuntoVentaDTO.javaOn commit: 1b6f9d5c8d36f7ce534df4f65e73123600f8e9f1Go to the Knowledge Base to find more info about th…
-
Issue: Check constructor from Entity implementation in DTO.Found on file: dtos/UsuarioDTO.javaOn commit: 1b6f9d5c8d36f7ce534df4f65e73123600f8e9f1Go to the Knowledge Base to find more info about this …
-
Issue: Check constructor from Entity implementation in DTO.Found on file: dtos/ModeloDTO.javaOn commit: 1b6f9d5c8d36f7ce534df4f65e73123600f8e9f1Go to the Knowledge Base to find more info about this v…
-
Issue: Check constructor from Entity implementation in DTO.Found on file: dtos/ArticuloDTO.javaOn commit: 1b6f9d5c8d36f7ce534df4f65e73123600f8e9f1Go to the Knowledge Base to find more info about this…
-
Issue: Check constructor from Entity implementation in DTO.Found on file: dtos/FacturaDTO.javaOn commit: 1b6f9d5c8d36f7ce534df4f65e73123600f8e9f1Go to the Knowledge Base to find more info about this …
-
가이드 정리
- ~~[ ] PR 을 위한 스웨거 정리 (swagger yml? docs?)~~
- ~~[ ] 스웨거 response, request 정리~~
- [x] dto, entity 사용 범위 정의
- ~~[ ] 서비스간 역할 정의 (가이드). 새로운 서비스를 생성할 떄 헷갈리지 않도록.~~
코드 정리
- ~[ ] logger 의존성 …
-
# 파일구조
controller - service(service, serviceImpl) - dto - mapper - mapper.xml - DB
## DTO 구현
### 기타사항
date, datetime, time format 필요
break 테이블의 break
break_date로 이름 변경 필요
----------------…
-
## ✅ TO-DO LIST
## 🙈 참고 사항
- 현재 콘텐츠를 전부 삭제하고 (최상위 여행기, 여행 계획 제외) 하위 도메인을 갈아끼는 형태로 수정 로직이 진행되고 있음
- 이는 사실 수정이 아닌 삭제 후 재생성 로직
- 여기에서 알파카의 변경 감지 제안이 나왔다.
- 변경 감지로 진행하면 의도치 못한 쿼리가 나가기는 함.
- 추후 쿼리…
-
- [x] [{title: "", url:""}, ..] 형태 클래스로 타입 정의
- [x] db에서 데이터 가져오는 엔티티의 dto 도 클래스로 타입 정의
-> 이거까지 하고 black 하고 그다음에 각자 에이전트 개발
-
Hi,
this is not critial issue, but after switch from 1.2.0.Final to 1.3.0.Final nearly each mapping got warnings for our own clone-methods: **Unmapped target property: "clone".**
Our framework gen…