移动app

This commit is contained in:
2023-09-24 17:55:19 +08:00
parent 736c5376e0
commit 59f7e39791
735 changed files with 80523 additions and 57 deletions

View File

@@ -6,7 +6,7 @@
<artifactId>im-system</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<name>lld-im</name>
<name>im-system</name>
<description>l-im project</description>
<parent>
@@ -19,6 +19,9 @@
<modules>
<module>im-service</module>
<module>im-common</module>
<module>im-tcp</module>
<module>im-codec</module>
<module>im-message-store</module>
</modules>
<properties>
@@ -64,6 +67,41 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</dependency>
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
</dependency>
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
</dependency>
<dependency>
<groupId>com.github.sgroschupf</groupId>
<artifactId>zkclient</artifactId>
</dependency>
<dependency>
<groupId>com.lld</groupId>
<artifactId>common</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.netflix.feign</groupId>
<artifactId>feign-core</artifactId>
</dependency>
<dependency>
<groupId>com.netflix.feign</groupId>
<artifactId>feign-jackson</artifactId>
</dependency>
</dependencies>
@@ -213,4 +251,4 @@
</plugins>
</build>
</project>
</project>