add new common module

This commit is contained in:
zeaslity
2022-11-21 16:49:08 +08:00
parent 9ab310bc4a
commit 4ad15577f4
13 changed files with 99 additions and 14 deletions

View File

@@ -21,6 +21,7 @@
<modules>
<module>agent</module>
<module>server</module>
<module>common</module>
</modules>
<properties>
@@ -66,11 +67,6 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>