Package com.bld.proxy.api.find.config
Class ProxyApiFindConfig
java.lang.Object
com.bld.proxy.api.find.config.ProxyApiFindConfig
@Configuration
@ComponentScan(basePackages="com.bld.proxy.api.find")
@EnableCommonUtils
public class ProxyApiFindConfig
extends Object
Spring configuration class for the
proxy-api-controller module.
Activates the component scan over the com.bld.proxy.api.find package
so that all interceptor, registrar, and support beans are picked up automatically,
and enables the common utilities required by the dynamic proxy infrastructure.
This class is imported automatically when the application is annotated with
EnableProxyApiController.
- Author:
- Francesco Baldi
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ProxyApiFindConfig
public ProxyApiFindConfig()
-