这是我包的架构
parent为父工程
在测试index.jsp时出现异常(用的meavn插件运行)
插件为
- <build>
- <finalName>shiro</finalName>
- <!-- tomcat7 配置插件 -->
- <plugins>
- <plugin>
- <groupId>org.apache.tomcat.maven</groupId>
- <artifactId>tomcat7-maven-plugin</artifactId>
- <configuration>
- <port>8080</port>
- <path>/</path>
- <uriEncoding>UTF-8</uriEncoding>
- </configuration>
- </plugin>
- </plugins>
- </build>
不知道这个问题怎么解决 有谁能告诉我吗 作为一个初级都算不上的程序员 这个问题困扰我一天了