整合dubbo3.3.0, 使用nacos2.0.3作为注册中心, 升级fastjson 2.0.11->2.0.23

This commit is contained in:
Guoqs
2025-06-16 16:59:22 +08:00
parent 2a8081a726
commit 7d1da567f0
4 changed files with 92 additions and 6 deletions

View File

@@ -113,6 +113,25 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jsowell</groupId>
<artifactId>charge-common-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-registry-nacos</artifactId>
</dependency>
</dependencies>
<build>
@@ -158,4 +177,4 @@
<finalName>${project.artifactId}</finalName>
</build>
</project>
</project>