How to include the jQuery library in a Spring-MVC Eclipse project

前端 未结 7 1246
感动是毒
感动是毒 2020-12-31 14:58

Good day,

I have searched far and wide but all I can find is information about how to add various plugins to Eclipse. I don\'t want a plugin. I want my stinkin\' jQu

7条回答
  •  我在风中等你
    2020-12-31 15:26

    The advice to move my jquery library to such-and-such a location was correct, with a small exception. A new servlet is required to serve up static content files. If anyone else has this problem, something like this should fit the bill:

      
        statCont
        
          org.apache.catalina.servlets.DefaultServlet
        
        1
      
    
      
        statCont
        *.js
      
    

提交回复
热议问题