Build MAVEN's SPRINGMVC project with Eclipse-northwolf-chinaunix Blog
Http://blog.chinaunix.net/uid-20060673-id-3175079.html
Add the required jar packages in Pom.xml and encounter the problem:"Index downloads is disabled, search results may incomplete."
Reference:
Maven-m_linda's Column-Blog channel-csdn.net
http://blog.csdn.net/m_linda/article/details/40616685
Maven Project Pom.xml Add jar Package-Yong Yi's personal space-open source China community
http://my.oschina.net/yongyi/blog/318630
Build MAVEN's SPRINGMVC project with Eclipse-northwolf-chinaunix Blog
Http://blog.chinaunix.net/uid-20060673-id-3175079.html
http://limingnihao.iteye.com/blog/830409
Eclipse Web Tools Platform (WTP) Installation-virsms-Blog Park
Http://www.cnblogs.com/coding2ing/p/4123451.html
Jar package for use with Jstl-Download channel-csdn.net
http://download.csdn.net/detail/hxehuang/3442561 or http://download.csdn.net/detail/xixi_haha123/5751695
The JSP standard Tag library (JSP standards Tag Library,jstl) is a custom tag library set that implements common features commonly found in WEB applications, including iterative and conditional judgments, data management formatting, XML Operations, and database access. If you want to use JSTL, you mustplace the standard -1.1.2.jar and jstl-1.2. jar files in Classpath, Jstl.jar the package, add < in the JSP page after adding % @taglib uri= "http://java.sun.com/jsp/jstl/fmt" prefix= "FMT"%>, and then enter <fmt:formatdate value= in the time format you want to display ${ Yourobject.time} "pattern=" Yyyy-mm-dd HH:mm:ss "/>, you can display the desired time display effect
Eclipse builds MAVEN's SPRINGMVC project