-
Consider redesigning the site menu, now that the mandate is clearing up between DTO, PP and CDS.
Include pattern pages, include a roadmap category and move coming soon under this, expand help and supp…
-
I have this config:
```
"pathGroups": [
{
"pattern": "@angular/**",
"group": "index",
"position": "before"
},
{
"pattern": "@custom/**",
"group": "sibling",
…
-
If we have an OffsetDateTime property inside a DTO where we specify the pattern, the deserialization operation fails:
Ex:
Inside OffsetDateDto:
```
private OffsetDateTime date= OffsetDate…
-
**Summary:**
I would like to request a feature that allows users to customize the names of the generated types through a builder or by adding a suffix. This enhancement would provide more flexibility…
-
Currently at the moment MARLO is using hibernate entities the wrong way.
Generally most hibernate applications either do one of the following (sometimes a combination of both):
1. Map between C…
-
-
# Spec
- MySQL과 MyBatis를 이용한 게시판 CRUD구현하기.
# Stack
- Spring Boot
- MyBatis
- MySQL
- Postman
# Schedule(2023)
- 11.05.~11.11.: 프로젝트 기본 셋팅(1주차)
- ~DB설계~
- ~Markdown~
- ~Gradle vs m…
-
Hi,
I started playing round with the command query pattern and wanted it to work in a crud like manner. So I started by prototyping a create and update commands that would use the same DTO command …
ghost updated
7 years ago
-
Change some DTOs to return data as array instead of `{someData: []}` when there is only one kind of data being returned.
Examples: organisations, campaigns, teams, `projects/{project_id}/campaigns/`,…
-
We require the ability to set listings to be unpublished or published, as well as approved and unapproved.