Helius
2020-05-25 6ac527e204fbcf9bc62f280eb925cddab291fe5b
src/main/java/com/xcong/excoin/configurations/WebMvcConfig.java
@@ -37,9 +37,9 @@
                .allowedMethods("GET", "HEAD", "POST", "PUT", "DELETE", "OPTIONS")
                .allowCredentials(true).maxAge(3600);
    }
//
//    @Bean
//    public SpringContextHolder springContextHolder() {
//        return new SpringContextHolder();
//    }
    @Bean
    public SpringContextHolder springContextHolder() {
        return new SpringContextHolder();
    }
}