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

graphql.kickstart.autoconfigure.editor.playground.properties.PlaygroundStaticPathSettings Maven / Gradle / Ivy

The newest version!
package graphql.kickstart.autoconfigure.editor.playground.properties;

import jakarta.validation.constraints.NotBlank;
import lombok.Data;

@Data
public class PlaygroundStaticPathSettings {

  @NotBlank private String base = "/vendor/playground";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy