Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
huayanYu committed Jan 3, 2024
1 parent 50712b8 commit 478e6bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>

<ds.version>4.2.0</ds.version>
<ds.version>4.3.0</ds.version>
<mybatis-spring-boot-starter.version>2.3.1</mybatis-spring-boot-starter.version>
<druid.version>1.2.20</druid.version>
<p6spy.version>3.9.1</p6spy.version>
<h2.version>2.2.224</h2.version>
<spring-boot-dependencies.version>2.7.17</spring-boot-dependencies.version>
<spring-boot-dependencies.version>2.7.18</spring-boot-dependencies.version>
<lombok.version>1.18.30</lombok.version>
</properties>

Expand Down Expand Up @@ -63,11 +63,6 @@
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>${mybatis-spring-boot-starter.version}</version>
</dependency>
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter-test</artifactId>
<version>${mybatis-spring-boot-starter.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
Expand Down
16 changes: 3 additions & 13 deletions springboot3-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-boot-dependencies.version>3.1.5</spring-boot-dependencies.version>
<mybatis-spring-boot-starter.version>3.0.2</mybatis-spring-boot-starter.version>
<spring-boot-dependencies.version>3.2.1</spring-boot-dependencies.version>
<mybatis-spring-boot-starter.version>3.0.3</mybatis-spring-boot-starter.version>
</properties>

<dependencies>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
Expand All @@ -56,16 +56,6 @@
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 478e6bc

Please sign in to comment.