-
**Description**
It would be great to be able to define the output DTO within a `@ApiSubresource`.
**Example**
```
/**
* @ORM\OneToOne(targetEntity="TargetEntity", mappedBy="sourc…
-
While implementing a `POST` body.
I want to return status of `201 Created` along with the `URI`. However, how do i get the `request-path` in the first place..
```java
@Override
public Respo…
-
## 问题
先阐述一下问题,下面贴代码, 开启了Redis缓存。也不了解Jimmer来问问。
1. test请求。第一次请求打印SQL,接口返回的json里pass未脱敏但是查看Redis发现Redis缓存成功而且缓存的是脱敏后的,所以第二次请求返回接口是脱敏的(走缓存)。
2. login请求。每次都是返回未脱敏的,因为账号名查找用户手动开启缓存的原因?
> 返回给控制层时候Sy…
-
### Description
The DTOData class works as expected when there isn't a nested model. Based on the documentation, the idea of DTOData class is to delay the validation until `create_instance` method …
-
As a third party partner (eg SkyHive etc)
I want access to an anonymized copy of the TC candidate data
so that we can add value by applying our technology to the data
-
### Reason/Context
Hi,
in my case i have a lot of mocks by mockserver json and i want to migrate easily to microcks because is more developer friendly.
Do you want support this use case?
### Descr…
-
自定义序列号和反序列化操作 序列化时OK 反序列化时 报错
-
## 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…
-
Think about possibilites with the webhooks
@Luisgustavom1 suggested that it be possible to count a day-submission by the webhook event.
Also It is interesting that the bot notifies the channel o…
-
Creare un servizio REST che prende in input un DTO contenente un Flight e un id del Customer e crea il Ticket.
Se il Customer fa parte del programma fedeltà allora viene incrementato il saldo dei punt…