1.查看接口實現類是否加入注解,如service、repository等
2.查看spring配置文件是否自動掃描包 <context:component-scan base-package="xxx.xx.xxx">
3.查看是否在web.xml中加載spring容器
4.service是否有實現impl
1.查看接口實現類是否加入注解,如service、repository等
2.查看spring配置文件是否自動掃描包 <context:component-scan base-package="xxx.xx.xxx">
3.查看是否在web.xml中加載spring容器
4.service是否有實現impl
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。