修改代码,去除apollo、security和seata配置,替换为nacos

This commit is contained in:
刘倡
2025-04-30 16:39:30 +08:00
parent 73e52d7b4c
commit 791a667b15
17 changed files with 22 additions and 751 deletions

View File

@ -45,11 +45,11 @@
<artifactId>druid-spring-boot-starter</artifactId>
</dependency>
<!--seata-->
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-spring-boot-starter</artifactId>
</dependency>
<!-- &lt;!&ndash;seata&ndash;&gt;-->
<!-- <dependency>-->
<!-- <groupId>io.seata</groupId>-->
<!-- <artifactId>seata-spring-boot-starter</artifactId>-->
<!-- </dependency>-->
</dependencies>