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

io.github.selectorrr.starters.swagger.config.SwaggerSpringBootProperties Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
package io.github.selectorrr.starters.swagger.config;

import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;

@ConfigurationProperties(prefix = "starters", ignoreUnknownFields = false)
@Data
public class SwaggerSpringBootProperties {
    private String authServerUrl;
    private String resource;
    private String realm;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy