maven 運(yùn)行有錯(cuò),還有就是難道每次寫都是要這么來啟動(dòng)容器嗎
Can not find the tag library descriptor for "http://java.sun.com/jsp/
jstl/core"
pow.xml 中也有錯(cuò)cannot read lifecycle mapping metadata for artfact什么的這是怎么回事兒呢
Can not find the tag library descriptor for "http://java.sun.com/jsp/
jstl/core"
pow.xml 中也有錯(cuò)cannot read lifecycle mapping metadata for artfact什么的這是怎么回事兒呢
2018-03-29
舉報(bào)
2018-04-01
Can not find the tag library descriptor for "http://java.sun.com/jsp/
jstl/core"
是因?yàn)槟愕膉sp需要導(dǎo)入jstl.jar 包。這個(gè)包在課程中是沒有介紹的。所以需要你自己去網(wǎng)上找下相關(guān)的配置
<dependency>?
? <groupId>javax.servlet</groupId>
? <artifactId>jstl</artifactId>
? <version>1.2</version>
? </dependency>
? <dependency>
<groupId>taglibs</groupId>?
<artifactId>standard</artifactId>
<version>1.1.2</version>
</dependency>