This commit is contained in:
acgist
2022-11-10 07:24:15 +08:00
parent ec9a0ff37a
commit 20e5114f2e
70 changed files with 3096 additions and 75 deletions

View File

@@ -13,9 +13,19 @@
<artifactId>taoyao-meeting</artifactId>
<packaging>jar</packaging>
<name>会议</name>
<description>会议模式、广播模式、单人对讲</description>
<name>taoyao-meeting</name>
<description>会议:会议模式、广播模式、单人对讲</description>
<dependencies></dependencies>
<dependencies>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
</dependencies>
</project>