Spring 公司
官网下载

IDEA







控制器类所在的包的层级<=启动类

工程中默认没有给 web 目录
导致jsp 没有地方写


重新添加


放在
注意不要放在
- <dependency>
- <groupId>org.apache.tomcat.embedgroupId>
- <artifactId>tomcat-embed-jasperartifactId>
- <scope>providedscope>
- dependency>
- <dependency>
- <groupId>jstlgroupId>
- <artifactId>jstlartifactId>
- <version>1.2version>
- <scope>providedscope>
- dependency>
- <dependency>
- <groupId>taglibsgroupId>
- <artifactId>standardartifactId>
- <version>1.1.2version>
- <scope>providedscope>
- dependency>
因为 jsp 里面没有数据

- <resources>
- <resource>
- <directory>src/main/webdirectory>
- <targetPath>META-INF/resourcestargetPath>
- <includes>
- <include>**/*.*include>
- includes>
- resource>
- resources>

打包 package


