Explorar el Código

修改底朝天测试库配置

laz hace 9 años
padre
commit
0b3be368a1
Se han modificado 1 ficheros con 6 adiciones y 7 borrados
  1. 6 7
      svr-dict.yml

+ 6 - 7
svr-dict.yml

@ -31,15 +31,14 @@ spring:
  profiles: test
data-source:
  url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  user-name: ha
  password: ha
  url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  user-name: yuhaihua
  password: yuhaihua
hibernate:
  hibernate-properties:
    hibernate:
      show-sql: true
      format-sql: true
  show-sql: true
  format-sql: true
---
spring:
  profiles: prod