提交 50d45fc4 authored 作者: inroi's avatar inroi

完成代码

上级 d3750f56
...@@ -122,12 +122,28 @@ ...@@ -122,12 +122,28 @@
<systemPath>${project.basedir}/src/main/resources/lib/eetrust-security-plugin-2.7.jar</systemPath> <systemPath>${project.basedir}/src/main/resources/lib/eetrust-security-plugin-2.7.jar</systemPath>
</dependency> </dependency>
<!-- <!-- servlet 依赖 -->
<dependency> <dependency>
<groupId>org.apache.tomcat.embed</groupId> <groupId>javax.servlet</groupId>
<artifactId>tomcat-embed-jasper</artifactId> <artifactId>javax.servlet-api</artifactId>
</dependency> <scope>provided</scope>
--> </dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
</dependency>
<!-- tomcat 的支持.-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<scope>provided</scope>
</dependency>
<!--支持jsp-->
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
</dependency>
<!-- Tool --> <!-- Tool -->
<dependency> <dependency>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论