The prefix "context" for element "context:component-scan" is not bound
Such type of error comes when You're missing the xmlns:context declaration but you have declared it. Check your classes in "com.web"
package for any wrong coding.
Such type of error comes when You're missing the xmlns:context declaration but you have declared it. Check your classes in "com.web"
package for any wrong coding.