我按照网上的教程一步步来,到了return之后出来的页面
断点能进去的
另外,附上一些配置
pom.xml
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
<!--<scope>provided</scope>-->//注不注都试过了
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
</dependency>
</dependencies>
我哪里有问题呢?
包含main的主程序放在外面(可以到com下)