Package org.skr
Class SkrConfig
- java.lang.Object
-
- org.skr.SkrConfig
-
@Configuration @EnableConfigurationProperties @Import({SkrSecurityProperties.class,SkrProperties.class,GeneralExceptionHandler.class,EnumLabelMessageSource.class,ErrorMessageSource.class}) public class SkrConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSkrConfig.JacksonConfigurer
-
Constructor Summary
Constructors Constructor Description SkrConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptionFormatterexceptionFormatter()org.springframework.cache.interceptor.KeyGeneratorkeyGenerator()
-
-
-
Method Detail
-
keyGenerator
@Bean @ConditionalOnMissingBean public org.springframework.cache.interceptor.KeyGenerator keyGenerator()
-
exceptionFormatter
@Bean @ConditionalOnMissingBean public ExceptionFormatter exceptionFormatter()
-
-