⬆️ 依赖升级,升级到 Spring boot 3.4.x

This commit is contained in:
卢春梦 2025-03-04 09:41:37 +08:00
parent f50fc01bb7
commit b1a136afdb

View File

@ -38,7 +38,7 @@
<artifactId>spring-cloud-starter-alibaba-seata</artifactId> <artifactId>spring-cloud-starter-alibaba-seata</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.seata</groupId> <groupId>org.apache.seata</groupId>
<artifactId>seata-spring-boot-starter</artifactId> <artifactId>seata-spring-boot-starter</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>