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

com.sap.cloud.yaas.servicesdk.springboot.WebApplicationAutoConfiguration Maven / Gradle / Ivy

There is a newer version: 4.17.1
Show newest version
/*
 * © 2017 SAP SE or an SAP affiliate company.
 * All rights reserved.
 * Please see http://www.sap.com/corporate-en/legal/copyright/index.epx for additional trademark information and
 * notices.
 */
package com.sap.cloud.yaas.servicesdk.springboot;

import org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;


/**
 * Auto Configuration class that configures web application related properties and beans.
 */
@Configuration
@ConditionalOnWebApplication
@PropertySource("classpath:/com/sap/cloud/yaas/servicesdk/springboot/web-application-default.properties")
public class WebApplicationAutoConfiguration
{
	// so far this configuration class merely sources configuration properties
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy