Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

viewresolver in spring boot

@EnableWebMvc
@Configuration
@ComponentScan("com.baeldung.web")
public class WebConfig implements WebMvcConfigurer {
    // All web configuration will go here
}
Source by www.baeldung.com #
 
PREVIOUS NEXT
Tagged: #viewresolver #spring #boot
ADD COMMENT
Topic
Name
2+1 =