浏览代码

Merge branch 'dev' of zhangjinjun/ehr.config into dev

suxiaoyang 7 年之前
父节点
当前提交
cc6374ee10
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      hos-admin.yml

+ 2 - 2
hos-admin.yml

@ -16,7 +16,7 @@ spring:
  profiles: dev
  profiles: dev
  datasource:
  datasource:
    driverClassName: com.mysql.jdbc.Driver
    driverClassName: com.mysql.jdbc.Driver
    url: jdbc:mysql://172.19.103.57:8066/hos1?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true
    url: jdbc:mysql://172.19.103.57:8066/global_db?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true
    username: hos
    username: hos
    password: 123456
    password: 123456
    test-on-borrow: true
    test-on-borrow: true
@ -65,7 +65,7 @@ spring:
  profiles: test
  profiles: test
  datasource:
  datasource:
    driverClassName: com.mysql.jdbc.Driver
    driverClassName: com.mysql.jdbc.Driver
    url: jdbc:mysql://172.19.103.57:8066/hos1?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true
    url: jdbc:mysql://172.19.103.57:8066/global_db?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true
    username: hos
    username: hos
    password: 123456
    password: 123456
    test-on-borrow: true
    test-on-borrow: true