|
|
@ -14,31 +14,31 @@ spring: |
|
|
|
primary: master |
|
|
|
primary: master |
|
|
|
datasource: |
|
|
|
datasource: |
|
|
|
master: |
|
|
|
master: |
|
|
|
url: jdbc:mysql://${hzinfo.db.busines.ip}:${hzinfo.db.busines.port}/prod_hzims_operation?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true |
|
|
|
url: jdbc:mysql://${hzinfo.db.busines.ip}:${hzinfo.db.busines.port}/hzims_operation?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true |
|
|
|
username: ${hzinfo.db.busines.username} |
|
|
|
username: ${hzinfo.db.busines.username} |
|
|
|
password: ${hzinfo.db.busines.password} |
|
|
|
password: ${hzinfo.db.busines.password} |
|
|
|
equipment: |
|
|
|
equipment: |
|
|
|
url: jdbc:mysql://${hzinfo.db.busines.ip}:${hzinfo.db.busines.port}/prod_hzims_equipment?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true |
|
|
|
url: jdbc:mysql://${hzinfo.db.busines.ip}:${hzinfo.db.busines.port}/equipment?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true |
|
|
|
username: ${hzinfo.db.busines.username} |
|
|
|
username: ${hzinfo.db.busines.username} |
|
|
|
password: ${hzinfo.db.busines.password} |
|
|
|
password: ${hzinfo.db.busines.password} |
|
|
|
ticket: |
|
|
|
ticket: |
|
|
|
url: jdbc:mysql://${hzinfo.db.busines.ip}:${hzinfo.db.busines.port}/prod_hzims_ticket?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true |
|
|
|
url: jdbc:mysql://${hzinfo.db.busines.ip}:${hzinfo.db.busines.port}/hzims-ticket?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true |
|
|
|
username: ${hzinfo.db.busines.username} |
|
|
|
username: ${hzinfo.db.busines.username} |
|
|
|
password: ${hzinfo.db.busines.password} |
|
|
|
password: ${hzinfo.db.busines.password} |
|
|
|
safeproduct: |
|
|
|
safeproduct: |
|
|
|
url: jdbc:mysql://${hzinfo.db.busines.ip}:${hzinfo.db.busines.port}/prod_hzims?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true |
|
|
|
url: jdbc:mysql://${hzinfo.db.busines.ip}:${hzinfo.db.busines.port}/hzims?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true |
|
|
|
username: ${hzinfo.db.busines.username} |
|
|
|
username: ${hzinfo.db.busines.username} |
|
|
|
password: ${hzinfo.db.busines.password} |
|
|
|
password: ${hzinfo.db.busines.password} |
|
|
|
inspect: |
|
|
|
inspect: |
|
|
|
url: jdbc:mysql://${hzinfo.db.busines.ip}:${hzinfo.db.busines.port}/prod_hzims_inspect?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true |
|
|
|
url: jdbc:mysql://${hzinfo.db.busines.ip}:${hzinfo.db.busines.port}/hzims-inspect?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true |
|
|
|
username: ${hzinfo.db.busines.username} |
|
|
|
username: ${hzinfo.db.busines.username} |
|
|
|
password: ${hzinfo.db.busines.password} |
|
|
|
password: ${hzinfo.db.busines.password} |
|
|
|
basic: |
|
|
|
basic: |
|
|
|
url: jdbc:mysql://${hzinfo.db.busines.ip}:${hzinfo.db.busines.port}/hzims_basic?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true |
|
|
|
url: jdbc:mysql://${hzinfo.db.busines.ip}:${hzinfo.db.busines.port}/hzims-basic?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true |
|
|
|
username: ${hzinfo.db.busines.username} |
|
|
|
username: ${hzinfo.db.busines.username} |
|
|
|
password: ${hzinfo.db.busines.password} |
|
|
|
password: ${hzinfo.db.busines.password} |
|
|
|
alarm: |
|
|
|
alarm: |
|
|
|
url: jdbc:mysql://${hzinfo.db.busines.ip}:${hzinfo.db.busines.port}/prod_hzims_alarm?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true |
|
|
|
url: jdbc:mysql://${hzinfo.db.busines.ip}:${hzinfo.db.busines.port}/hzims_alarm?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true |
|
|
|
username: ${hzinfo.db.busines.username} |
|
|
|
username: ${hzinfo.db.busines.username} |
|
|
|
password: ${hzinfo.db.busines.password} |
|
|
|
password: ${hzinfo.db.busines.password} |
|
|
|
|
|
|
|
|
|
|
|