From 241d223b8a14d9bd4e0d8c24809835355a29fa9d Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期四, 25 一月 2024 17:46:38 +0800 Subject: [PATCH] 添加日志 --- pom.xml | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 9899d27..a50e512 100644 --- a/pom.xml +++ b/pom.xml @@ -153,6 +153,13 @@ <scope>system</scope> <systemPath>${basedir}/libs/jdbc-aarch/kingbase8-8.6.0.jar</systemPath> </dependency> + <dependency> + <groupId>com.kingbase</groupId> + <artifactId>kingbase8</artifactId> + <version>8.6.0</version> + <scope>system</scope> + <systemPath>${basedir}/libs/jdbc-x86/kingbase8-8.6.0.jar</systemPath> + </dependency> <!--Mybatis鍒嗛〉鎻掍欢 --> <dependency> @@ -161,6 +168,14 @@ <version>1.4.6</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> -- Gitblit v1.8.0