From 7d5a5b6c8fa20720a01986e9498a4cee6ec3674b Mon Sep 17 00:00:00 2001 From: xubinbin <1323875150@qq.com> Date: 星期二, 30 五月 2023 13:24:46 +0800 Subject: [PATCH] 删除2.6.8升级2.6.9.sql文件中给表gb_stream添加主键sql,保证升级脚本能正常执行。 --- pom.xml | 29 +++++++++++++++++++++++------ 1 files changed, 23 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 7cf44e7..bb0de72 100644 --- a/pom.xml +++ b/pom.xml @@ -123,11 +123,9 @@ <artifactId>spring-boot-starter-security</artifactId> </dependency> - <!-- druid鏁版嵁搴撹繛鎺ユ睜 --> <dependency> - <groupId>com.alibaba</groupId> - <artifactId>druid-spring-boot-starter</artifactId> - <version>1.2.11</version> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-jdbc</artifactId> </dependency> <!-- mysql鏁版嵁搴� --> @@ -137,11 +135,30 @@ <version>8.0.30</version> </dependency> + <!--postgresql--> + <dependency> + <groupId>org.postgresql</groupId> + <artifactId>postgresql</artifactId> + <version>42.5.1</version> + </dependency> + + <!-- kingbase浜哄ぇ閲戜粨 --> + <!-- 鎵嬪姩涓嬭浇椹卞姩鍚庡畨瑁� --> + <!-- mvn install:install-file -Dfile=/home/lin/soft/kingbase/jdbc-aarch/kingbase8-8.6.0.jar -DgroupId=com.kingbase -DartifactId=kingbase8 -Dversion=8.6.0 -Dpackaging=jar + --> + <dependency> + <groupId>com.kingbase</groupId> + <artifactId>kingbase8</artifactId> + <version>8.6.0</version> + <scope>system</scope> + <systemPath>${basedir}/libs/jdbc-aarch/kingbase8-8.6.0.jar</systemPath> + </dependency> + <!--Mybatis鍒嗛〉鎻掍欢 --> <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper-spring-boot-starter</artifactId> - <version>1.4.3</version> + <version>1.4.6</version> </dependency> <!--鍦ㄧ嚎鏂囨。 --> @@ -294,7 +311,7 @@ <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> - <version>2.3.5.RELEASE</version> + <version>2.7.2</version> <configuration> <includeSystemScope>true</includeSystemScope> </configuration> -- Gitblit v1.8.0