
am.ik.home.WhitelabelConfigProps Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of uaa-server Show documentation
Show all versions of uaa-server Show documentation
Single tenant simple OAuth 2 Server a.k.a. Maki UAA (User Account and Authentication)
The newest version!
package am.ik.home;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
import lombok.Data;
@ConfigurationProperties(prefix = "whitelabel")
@Data
@Component
public class WhitelabelConfigProps {
private String applicationName = "Maki UAA";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy