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

am.ik.home.WhitelabelConfigProps Maven / Gradle / Ivy

Go to download

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