add dubbo service

This commit is contained in:
Guoqs
2025-06-17 15:08:03 +08:00
parent e470d4bede
commit 4d5c4b866e
6 changed files with 54 additions and 2 deletions

View File

@@ -156,6 +156,15 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
</dependency>
<dependency>
<groupId>com.jsowell</groupId>
<artifactId>charge-common-api</artifactId>
</dependency>
</dependencies>
<properties>
@@ -182,4 +191,4 @@
</build>
</project>
</project>