From 00fb00a4c3b77623645e4a895a7852babec0e88c Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期六, 16 三月 2024 21:37:44 +0800 Subject: [PATCH] 修复dev配置文件中的logback-spring配置 --- 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