修复配置问题
This commit is contained in:
parent
692a6e42ae
commit
cbf797bf17
|
|
@ -36,7 +36,7 @@ import javax.sql.DataSource;
|
||||||
public class AicepsArchiveDataSource {
|
public class AicepsArchiveDataSource {
|
||||||
|
|
||||||
@Bean(name = "aicepsArchiveDS")
|
@Bean(name = "aicepsArchiveDS")
|
||||||
@ConfigurationProperties(prefix = "spring.datasource.aicepsArchive")
|
@ConfigurationProperties(prefix = "spring.datasource.aiceps-archive")
|
||||||
public DruidDataSource dataSource() {
|
public DruidDataSource dataSource() {
|
||||||
return DruidDataSourceBuilder.create().build();
|
return DruidDataSourceBuilder.create().build();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ spring:
|
||||||
username: gs_user
|
username: gs_user
|
||||||
password: chinaweal@2020
|
password: chinaweal@2020
|
||||||
# 信用档案功能专用数据源(v3 方案新增,指向真正的年报库 AICEPS,与现有 aiceps / aicepsqy 完全隔离)
|
# 信用档案功能专用数据源(v3 方案新增,指向真正的年报库 AICEPS,与现有 aiceps / aicepsqy 完全隔离)
|
||||||
aicepsArchive:
|
aiceps-archive:
|
||||||
url: jdbc:dm://172.22.80.70:15236?schema=AICEPS_GD
|
url: jdbc:dm://172.22.80.70:15236?schema=AICEPS_GD
|
||||||
username: SYSDBA
|
username: SYSDBA
|
||||||
password: chinaweal
|
password: chinaweal
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@ spring:
|
||||||
username: SYSDBA
|
username: SYSDBA
|
||||||
password: Dameng@123
|
password: Dameng@123
|
||||||
# 信用档案功能专用数据源(v3 方案新增,指向真正的年报库 AICEPS,与现有 aiceps / aicepsqy 完全隔离)
|
# 信用档案功能专用数据源(v3 方案新增,指向真正的年报库 AICEPS,与现有 aiceps / aicepsqy 完全隔离)
|
||||||
aicepsArchive:
|
aiceps-archive:
|
||||||
url: jdbc:dm://10.6.46.8:5236?schema=AICEPS
|
url: jdbc:dm://10.6.46.8:5236?schema=AICEPS
|
||||||
username: SYSDBA
|
username: SYSDBA
|
||||||
password: Dameng@123
|
password: Dameng@123
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@ spring:
|
||||||
username: SYSDBA
|
username: SYSDBA
|
||||||
password: 'ZF*Mu^Jjz69K'
|
password: 'ZF*Mu^Jjz69K'
|
||||||
# 信用档案功能专用数据源(v3 方案新增,指向真正的年报库 AICEPS,与现有 aiceps / aicepsqy 完全隔离)
|
# 信用档案功能专用数据源(v3 方案新增,指向真正的年报库 AICEPS,与现有 aiceps / aicepsqy 完全隔离)
|
||||||
aicepsArchive:
|
aiceps-archive:
|
||||||
driver-class-name: dm.jdbc.driver.DmDriver
|
driver-class-name: dm.jdbc.driver.DmDriver
|
||||||
url: jdbc:dm://10.207.63.17:5236?schema=AICEPS
|
url: jdbc:dm://10.207.63.17:5236?schema=AICEPS
|
||||||
username: SYSDBA
|
username: SYSDBA
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@ spring:
|
||||||
username: SYSDBA
|
username: SYSDBA
|
||||||
password: 'ZF*Mu^Jjz69K'
|
password: 'ZF*Mu^Jjz69K'
|
||||||
# 信用档案功能专用数据源(v3 方案新增,指向真正的年报库 AICEPS,与现有 aiceps / aicepsqy 完全隔离)
|
# 信用档案功能专用数据源(v3 方案新增,指向真正的年报库 AICEPS,与现有 aiceps / aicepsqy 完全隔离)
|
||||||
aicepsArchive:
|
aiceps-archive:
|
||||||
driver-class-name: dm.jdbc.driver.DmDriver
|
driver-class-name: dm.jdbc.driver.DmDriver
|
||||||
url: jdbc:dm://10.207.63.17:5236?schema=AICEPS
|
url: jdbc:dm://10.207.63.17:5236?schema=AICEPS
|
||||||
username: SYSDBA
|
username: SYSDBA
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue