淘淘商城第五天笔记(8)
时间:2025-04-04
时间:2025-04-04
传智播客Java学院传智.入云龙
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId> </dependency>
<dependency>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jsp-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<!-- 添加tomcat插件 -->
<build>
<plugins>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<configuration>
<port>8082</port>
<path>/</path>
</configuration>
</plugin>
</plugins>
</build>
</project>
Web.xml
上一篇:川端康成略史
下一篇:高中英语阅读理解题型及解题技巧