路泰机电科技体检——数据平台后端
zhaowenxuan
2024-07-01 66b1f8472dff42d70bd9c16328047e242fdc4ba7
引入mybaits以及druid依赖
1个文件已修改
23 ■■■■■ 已修改文件
pom.xml 23 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pom.xml
@@ -13,7 +13,7 @@
    <artifactId>ltkj_peis_sjpt</artifactId>
    <version>0.0.1-SNAPSHOT</version>
    <name>ltkj_peis_sjpt</name>
     <packaging>war</packaging>
     <packaging>jar</packaging>
    <description>Demo project for Spring Boot</description>
    <properties>
        <java.version>1.8</java.version>
@@ -28,6 +28,17 @@
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-test</artifactId>
            <scope>test</scope>
            <exclusions>
                <exclusion>
                    <groupId>org.junit.vintage</groupId>
                    <artifactId>junit-vintage-engine</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>org.junit.platform</groupId>
            <artifactId>junit-platform-launcher</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
@@ -47,6 +58,16 @@
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
        </dependency>
        <dependency>
            <groupId>com.baomidou</groupId>
            <artifactId>mybatis-plus-boot-starter</artifactId>
            <version>3.4.2</version>
        </dependency>
        <dependency>
            <groupId>com.alibaba</groupId>
            <artifactId>druid-spring-boot-starter</artifactId>
            <version>1.2.11</version>
        </dependency>
    </dependencies>
    <build>