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

org.polyfillservice.rest.configurations.PolyfillApiControllerConfig Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package org.polyfillservice.rest.configurations;

import org.polyfillservice.api.configurations.PolyfillApiConfig;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;

/**
 * Created by smo on 5/17/17.
 */
@Import(PolyfillApiConfig.class)
@Configuration
@ComponentScan(basePackages = {"org.polyfillservice.rest"})
public class PolyfillApiControllerConfig {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy