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

JavaSpring.libraries.spring-cloud.clientPropertiesConfiguration.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
package {{configPackage}};

{{#authMethods}}
    {{#isOAuth}}
import org.springframework.context.annotation.PropertySource;
    {{/isOAuth}}
{{/authMethods}}
import org.springframework.context.annotation.Configuration;

{{#hasAuthMethods}}
    {{#hasOAuthMethods}}
@PropertySource( "classpath:/oauth2-client.properties" )
    {{/hasOAuthMethods}}
{{/hasAuthMethods}}
@Configuration
public class ClientPropertiesConfiguration {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy