燕山石化溯源三维电子沙盘-【后端】-服务
13693261870
2023-07-14 007385e0c135d9feeb1a2012e8da500346174910
改打jar包
已修改1个文件
14 ■■■■ 文件已修改
pom.xml 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pom.xml
@@ -9,8 +9,8 @@
        <version>2.3.6.RELEASE</version>
        <relativePath/>
    </parent>
    <!--打包成war-->
    <packaging>war</packaging>
    <!--打包成jar、war-->
    <packaging>jar</packaging>
    <groupId>com</groupId>
    <artifactId>yssh</artifactId>
@@ -53,14 +53,14 @@
            <artifactId>spring-boot-starter-web</artifactId>
            <!--排除内置tomcat容器,让外部容器运行spring-boot项目-->
            <exclusions>
            <!--<exclusion>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-starter-tomcat</artifactId>
            </exclusion>-->
                <exclusion>
                    <groupId>org.springframework.boot</groupId>
                    <artifactId>spring-boot-starter-tomcat</artifactId>
                </exclusion>
                <!--<exclusion>
                    <groupId>org.apache.logging.log4j</groupId>
                    <artifactId>log4j-api</artifactId>
                </exclusion>
                </exclusion>-->
            </exclusions>
        </dependency>
        <!--spring事务管理-->