<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<beans xmlns="http://ift.tt/GArMu6"
xmlns:xsi="http://ift.tt/ra1lAU"
xmlns:context="http://ift.tt/GArMu7"
xsi:schemaLocation="http://ift.tt/GArMu6
http://ift.tt/QEDs1e
http://ift.tt/GArMu7
http://ift.tt/QEDs1k">
<context:component-scan="com.gontuseries.hellocontroller" />
<bean id="viewResolver"
class= "org.springframework.web.servelet.view.InternalResourceViewResolver">
<property name = "prefix">
<value>"/WEB-INF/"</value>
</property>
<property name = "suffix">
<value>"".jsp"</value>
</property>
</bean>
</beans>
I am making a test spring mvc program but I am getting error in line mentioned above. I have included all necessary files. Please help me resolve this issue.
Aucun commentaire:
Enregistrer un commentaire