拦截器新增init方法

This commit is contained in:
六如
2025-03-04 22:30:39 +08:00
parent 1f2ab33ba3
commit 3a19208442

View File

@@ -25,29 +25,10 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<!-- zookeeper注册中心 -->
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-dependencies-zookeeper-curator5</artifactId>
<version>${dubbo.version}</version>
<type>pom</type>
<exclusions>
<exclusion>
<artifactId>logback-classic</artifactId>
<groupId>ch.qos.logback</groupId>
</exclusion>
<exclusion>
<artifactId>logback-core</artifactId>
<groupId>ch.qos.logback</groupId>
</exclusion>
<exclusion>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
</exclusion>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
<artifactId>dubbo-zookeeper-curator5-spring-boot-starter</artifactId>
</dependency>
</dependencies>