Browse Source

支持Tomcat启动

Airhead 8 years ago
parent
commit
41cd586c1f
1 changed files with 5 additions and 5 deletions
  1. 5 5
      pom.xml

+ 5 - 5
pom.xml

@ -27,11 +27,11 @@
    </properties>
    <dependencies>
        <!--<dependency>-->
        <!--<groupId>org.springframework.boot</groupId>-->
        <!--<artifactId>spring-boot-starter-tomcat</artifactId>-->
        <!--<scope>provided</scope>-->
        <!--</dependency>-->
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-tomcat</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.tomcat.embed</groupId>
            <artifactId>tomcat-embed-jasper</artifactId>