|
@@ -16,6 +16,11 @@
|
|
|
<maven.compiler.target>17</maven.compiler.target>
|
|
<maven.compiler.target>17</maven.compiler.target>
|
|
|
</properties>
|
|
</properties>
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
|
|
+ <!--导入Sentinel整合Nacos进行Sentinel规则持久化的依赖-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.alibaba.csp</groupId>
|
|
|
|
|
+ <artifactId>sentinel-datasource-nacos</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
<!--导入Sentinel依赖-->
|
|
<!--导入Sentinel依赖-->
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
<groupId>com.alibaba.cloud</groupId>
|