瀏覽代碼

支持Tomcat启动

Airhead 8 年之前
父節點
當前提交
41cd586c1f
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      pom.xml

+ 5 - 5
pom.xml

@ -27,11 +27,11 @@
    </properties>
    </properties>
    <dependencies>
    <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>
        <dependency>
            <groupId>org.apache.tomcat.embed</groupId>
            <groupId>org.apache.tomcat.embed</groupId>
            <artifactId>tomcat-embed-jasper</artifactId>
            <artifactId>tomcat-embed-jasper</artifactId>