With, say , following POJO,
@Schema(description = "...")
public class Person {
@Schema(description = "...")
private String name;
}
Is there any way to generate open api document,
- without any server launched
?
With, say , following POJO,
@Schema(description = "...")
public class Person {
@Schema(description = "...")
private String name;
}
Is there any way to generate open api document,
?