【更新】更新人大金仓数据库备份文件及引用方式
This commit is contained in:
parent
a82318ed4a
commit
fd942e9a68
BIN
_sql/snowy-pub-kingbase8_r3.dmp
Normal file
BIN
_sql/snowy-pub-kingbase8_r3.dmp
Normal file
Binary file not shown.
2
pom.xml
2
pom.xml
@ -96,6 +96,8 @@
|
||||
<version>${druid.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- kingbase8 人大金仓maven的方式中央仓库没有,安装之后数据库之后请吧jar推到自己的私服进行拉取 -->
|
||||
|
||||
<!--jwt token-->
|
||||
<dependency>
|
||||
<groupId>io.jsonwebtoken</groupId>
|
||||
|
@ -65,6 +65,8 @@
|
||||
<artifactId>postgresql</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- kingbase8 人大金仓maven的方式中央仓库没有,安装之后数据库之后请吧jar推到自己的私服进行拉取 -->
|
||||
|
||||
<!-- druid连接池 -->
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
|
@ -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中的关键字的单引号
|
||||
|
@ -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中的关键字的单引号
|
||||
|
@ -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中的关键字的单引号
|
||||
|
Loading…
x
Reference in New Issue
Block a user