Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalganjjm committed Apr 2, 2024
1 parent 11ad3b5 commit 9b92daa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/common/config/WebMvcConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
import org.springframework.web.accept.ContentNegotiationManager;
import org.springframework.web.accept.PathExtensionContentNegotiationStrategy;
import org.springframework.web.filter.ShallowEtagHeaderFilter;
import org.springframework.web.multipart.MultipartResolver;
import org.springframework.web.multipart.support.StandardServletMultipartResolver;
import org.springframework.web.servlet.LocaleResolver;
import org.springframework.web.servlet.View;
import org.springframework.web.servlet.ViewResolver;
Expand All @@ -44,7 +42,7 @@
import java.util.*;

@Configuration
@ComponentScan(basePackages = { "common" }, includeFilters = {
@ComponentScan(basePackages = { "common", "naturaljs.natural_template_designer_server.file" }, includeFilters = {
@ComponentScan.Filter(type = FilterType.ANNOTATION, value = Controller.class) })
public class WebMvcConfig implements WebMvcConfigurer {

Expand Down

0 comments on commit 9b92daa

Please sign in to comment.