2 Commits

Author SHA1 Message Date
刘继东
5fb711f2a5 Pre Merge pull request !365 from 刘继东/N/A 2025-03-10 03:45:50 +00:00
刘继东
014da3c9a5 去掉sentinel依赖
代码生成模块没必要增加sentinel依赖

Signed-off-by: 刘继东 <wwwliujidong@163.com>
2024-05-07 00:36:04 +00:00

View File

@@ -30,10 +30,10 @@
</dependency> </dependency>
<!-- SpringCloud Alibaba Sentinel --> <!-- SpringCloud Alibaba Sentinel -->
<dependency> <!--<dependency>
<groupId>com.alibaba.cloud</groupId> <groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-sentinel</artifactId> <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
</dependency> </dependency>-->
<!-- SpringBoot Actuator --> <!-- SpringBoot Actuator -->
<dependency> <dependency>