![JAR search and dependency download from the Maven repository](/logo.png)
com.github.ydoc.core.yapi.TestProject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ydoc-spring-boot-starter Show documentation
Show all versions of ydoc-spring-boot-starter Show documentation
YDoc一款低侵入性、简洁并同时支持SwaggerUi和YApi的文档生成器
The newest version!
package com.github.ydoc.core.yapi;
import lombok.Data;
import java.util.List;
/**
* @author nobugboy
**/
@Data
public class TestProject {
private List data;
@Data
public static class TestId {
private String name;
private Integer _id;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy