IDEA如何在maven構(gòu)建下使用Jstl。導入什么依賴。標簽導入沒問題就是不出結(jié)果
我很想問一下使用IDEA的maven來導包,要用jstl,我需要導哪些包,為啥我最后的結(jié)果是只顯示原來的字符串,比如${status.index+1} ${message.command} ${message.description}
我很想問一下使用IDEA的maven來導包,要用jstl,我需要導哪些包,為啥我最后的結(jié)果是只顯示原來的字符串,比如${status.index+1} ${message.command} ${message.description}
2018-01-30
舉報
2018-07-24
http://search.maven.org/? 上面直接找
2018-02-01
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>