Spring MVC - include static files / javascript , css

后端 未结 7 2040
猫巷女王i
猫巷女王i 2021-01-02 06:48

I have created MVC application.

I want to include js or css file into jsp.

My static files ar under:

- webapp
        -js/jquery.js
        -WEB-I         


        
7条回答
  •  渐次进展
    2021-01-02 07:39

    Why not use the simple jsp core ?

    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>    
    
    

提交回复
热议问题