【更新】更新人大金仓数据库备份文件及引用方式

This commit is contained in:
小诺 2021-04-18 13:25:18 +08:00 committed by 小诺
parent a82318ed4a
commit fd942e9a68
6 changed files with 40 additions and 3 deletions

Binary file not shown.

View File

@ -96,6 +96,8 @@
<version>${druid.version}</version>
</dependency>
<!-- kingbase8 人大金仓maven的方式中央仓库没有安装之后数据库之后请吧jar推到自己的私服进行拉取 -->
<!--jwt token-->
<dependency>
<groupId>io.jsonwebtoken</groupId>

View File

@ -65,6 +65,8 @@
<artifactId>postgresql</artifactId>
</dependency>
<!-- kingbase8 人大金仓maven的方式中央仓库没有安装之后数据库之后请吧jar推到自己的私服进行拉取 -->
<!-- druid连接池 -->
<dependency>
<groupId>com.alibaba</groupId>

View File

@ -28,4 +28,15 @@ spring:
# driverClassName: org.postgresql.Driver
# url: jdbc:postgresql://127.0.0.1:5432/snowy-pub-postgresql
# username: postgres
# password: 123456
# password: 123456
#spring:
# datasource:
# driver-class-name: com.kingbase8.Driver
# url: jdbc:kingbase8://localhost:54321/snowy-pub-kingbase
# username: SYSTEM
# password: 123456
# filters: mergeStat
# #人大金仓数据库兼容问题不需要加在sql语句中加public的解决方法
# #在根目录data下的kingbase.conf文档里面找到search_path = '"$user",PUBLIC,sys_catalog'进行替换放开
# #重启数据库即可完全兼容,注意 sql中不能出现mysql中的关键字的单引号

View File

@ -28,4 +28,15 @@ spring:
# driverClassName: org.postgresql.Driver
# url: jdbc:postgresql://127.0.0.1:5432/snowy-pub-postgresql
# username: postgres
# password: 123456
# password: 123456
#spring:
# datasource:
# driver-class-name: com.kingbase8.Driver
# url: jdbc:kingbase8://localhost:54321/snowy-pub-kingbase
# username: SYSTEM
# password: 123456
# filters: mergeStat
# #人大金仓数据库兼容问题不需要加在sql语句中加public的解决方法
# #在根目录data下的kingbase.conf文档里面找到search_path = '"$user",PUBLIC,sys_catalog'进行替换放开
# #重启数据库即可完全兼容,注意 sql中不能出现mysql中的关键字的单引号

View File

@ -28,4 +28,15 @@ spring:
# driverClassName: org.postgresql.Driver
# url: jdbc:postgresql://127.0.0.1:5432/snowy-pub-postgresql
# username: postgres
# password: 123456
# password: 123456
#spring:
# datasource:
# driver-class-name: com.kingbase8.Driver
# url: jdbc:kingbase8://localhost:54321/snowy-pub-kingbase
# username: SYSTEM
# password: 123456
# filters: mergeStat
# #人大金仓数据库兼容问题不需要加在sql语句中加public的解决方法
# #在根目录data下的kingbase.conf文档里面找到search_path = '"$user",PUBLIC,sys_catalog'进行替换放开
# #重启数据库即可完全兼容,注意 sql中不能出现mysql中的关键字的单引号