Answers for "could not autowire no beans of type found"

0

could not autowire no beans of type found

@ComponentScan(basePackages={"path.to.my.components","path.to.my.othercomponents"})
dans le mvc.xml modifier la racine base package
ex : com.projet => com.projet.*
les alertes sont ainsi suppr = les composants sont bien pris en compte
Posted by: Guest on December-29-2020

Code answers related to "could not autowire no beans of type found"

Browse Popular Code Answers by Language