![JAR search and dependency download from the Maven repository](/logo.png)
com.github.ydoc.core.yapi.YapiAccess 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;
/**
* @author nobugboy
**/
@Data
public class YapiAccess {
private String token;
private Integer uid;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy