All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.stylesmile.knife4j.openapi3.Server Maven / Gradle / Ivy

The newest version!
package io.github.stylesmile.knife4j.openapi3;

import lombok.Data;

@Data
public class Server{
    private String url = "http://localhost:8080";
    private String description = "test";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy