!405 dependencies版本控制pom添加对springBoot3版本的约束

Merge pull request !405 from Lionel/main
This commit is contained in:
Michael Yang 2024-01-09 22:48:39 +00:00 committed by Gitee
commit a63138be99
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -50,6 +50,11 @@
<artifactId>mybatis-flex-spring-boot-starter</artifactId>
<version>${mybatis-flex.version}</version>
</dependency>
<dependency>
<groupId>com.mybatis-flex</groupId>
<artifactId>mybatis-flex-spring-boot3-starter</artifactId>
<version>${mybatis-flex.version}</version>
</dependency>
</dependencies>
</dependencyManagement>