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

graphql.kickstart.autoconfigure.editor.playground.PlaygroundPropertiesConfiguration Maven / Gradle / Ivy

package graphql.kickstart.autoconfigure.editor.playground;

import graphql.kickstart.autoconfigure.editor.playground.properties.PlaygroundProperties;
import lombok.Data;
import org.springframework.boot.context.properties.NestedConfigurationProperty;
import org.springframework.validation.annotation.Validated;

@Data
@Validated
public class PlaygroundPropertiesConfiguration {

  @NestedConfigurationProperty private PlaygroundProperties playground = new PlaygroundProperties();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy