kjh03160

Results 4 issues of kjh03160

Fix: add AutoSchema config on settings.py This PR is the fixed code of the issue #71

when I tried to access '/docs', the error I wrote on the title came out.

안녕하세요. 생성자에 특정 필드의 값에 따라 exception을 발생시키는 객체의 생성 방법 문의드립니다. ```java public class TestClass { private final int field1; private final String field2; public TestClass(int field1, String field2)...

question

## Describe your question 안녕하세요. 항상 FixtureMonkey 덕분에 편한 테스트 코드를 작성하고 있습니다. `JavaxValidationPlugin` 혹은 `JakartaValidationPlugin`을 사용 시, validation에 맞지 않은 객체 필드값 생성 방법에 대해 문의드립니다. ```java public record...

question