Java+Spring: SEVERE Servletservice

前端 未结 4 1175
孤街浪徒
孤街浪徒 2021-01-17 04:14

I dont know what is wrong in my listContacts in controller map.put(\"contactList\", contactService.listContact()); Can somebody help me?

4条回答
  •  [愿得一人]
    2021-01-17 04:27

    I think you are missing to add the contactService bean to your applicationContext.xml try adding the below to tags

    
    
    
    
    
    

提交回复
热议问题