Package com.bld.crypto.pubkey.config
Class CryptoPublicKeyConfiguration
java.lang.Object
com.bld.crypto.pubkey.config.CryptoPublicKeyConfiguration
- All Implemented Interfaces:
org.springframework.web.servlet.config.annotation.WebMvcConfigurer
@Configuration
@Conditional(PubKeyConditional.class)
@ComponentScan(basePackages={"com.bld.crypto.pubkey","com.bld.crypto.bean"})
public class CryptoPublicKeyConfiguration
extends Object
implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
The Class EnableCryptoPublicKeyConfiguration.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
addArgumentResolvers, addCorsMappings, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
-
Constructor Details
-
CryptoPublicKeyConfiguration
public CryptoPublicKeyConfiguration()
-