From dc8869be4972b35e4f5a045cb5408ae01f2aad14 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期三, 13 三月 2024 15:40:30 +0800 Subject: [PATCH] 优化收到redis推动的推流设备信息更新内容重复的问题 --- pom.xml | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 9273ccb..b316e98 100644 --- a/pom.xml +++ b/pom.xml @@ -181,6 +181,20 @@ <artifactId>springdoc-openapi-security</artifactId> <version>1.6.10</version> </dependency> + <!-- https://mvnrepository.com/artifact/com.baomidou/dynamic-datasource-spring-boot-starter --> + <dependency> + <groupId>com.baomidou</groupId> + <artifactId>dynamic-datasource-spring-boot-starter</artifactId> + <version>3.6.1</version> + </dependency> + + + <!--鍦ㄧ嚎鏂囨。 --> + <dependency> + <groupId>org.springdoc</groupId> + <artifactId>springdoc-openapi-ui</artifactId> + <version>1.6.10</version> + </dependency> <dependency> <groupId>com.github.xiaoymin</groupId> -- Gitblit v1.8.0