fix spring-boot module (#2422)
* fix spring config * fix spring config * fix spring config * minor fix * fix spring-boot module
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
http://www.springframework.org/schema/context
|
||||
http://www.springframework.org/schema/context/spring-context-4.3.xsd">
|
||||
|
||||
<context:component-scan base-package="com.baeldung"/>
|
||||
<context:component-scan base-package="com.baeldung.servlets"/>
|
||||
|
||||
<bean class="com.baeldung.configuration.WebAppInitializer"/>
|
||||
<bean class="com.baeldung.servlets.configuration.WebAppInitializer"/>
|
||||
</beans>
|
||||
@@ -7,7 +7,7 @@
|
||||
http://www.springframework.org/schema/context
|
||||
http://www.springframework.org/schema/context/spring-context-3.0.xsd">
|
||||
|
||||
<context:component-scan base-package="com.baeldung"/>
|
||||
<context:component-scan base-package="com.baeldung.servlets"/>
|
||||
|
||||
<bean class="org.springframework.web.servlet.view.InternalResourceViewResolver">
|
||||
<property name="prefix" value="/WEB-INF/jsp/"/>
|
||||
|
||||
Reference in New Issue
Block a user