fixed removed import by mistake

This commit is contained in:
geroza 2019-01-09 12:28:21 -02:00
parent cde1d1c7ad
commit 74df0da304
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
package com.baeldung.spring; package com.baeldung.spring;
import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.ViewResolver; import org.springframework.web.servlet.ViewResolver;
import org.springframework.web.servlet.config.annotation.EnableWebMvc; import org.springframework.web.servlet.config.annotation.EnableWebMvc;
import org.springframework.web.servlet.config.annotation.ViewControllerRegistry; import org.springframework.web.servlet.config.annotation.ViewControllerRegistry;