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

de.adorsys.ledgers.keycloak.client.KeycloakClientConfiguration Maven / Gradle / Ivy

The newest version!
package de.adorsys.ledgers.keycloak.client;

import org.springframework.cloud.openfeign.EnableFeignClients;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

@Configuration
@ComponentScan
@EnableFeignClients
public class KeycloakClientConfiguration {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy