Commit ef89f49ce09a16fd0c893cb22817ba6013056a3e

Authored by litao
1 parent b1832de2ea

增加秦皇岛 德州配置文件

Showing 3 changed files with 29 additions and 1 deletions

regional-etl/src/main/resources/application-dz.yml View file @ ef89f49
  1 +spring:
  2 + datasource:
  3 + url: jdbc:mysql://192.168.200.119:3306/platform?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
  4 + username: platform
  5 + password: platform123
  6 + driver-class-name: com.mysql.jdbc.Driver
  7 +
  8 + data:
  9 + mongodb:
  10 + host: 192.168.200.119
  11 + port: 27017
  12 + database: platform
  13 + username: platform
  14 + password: platform123
regional-etl/src/main/resources/application-qhd.yml View file @ ef89f49
  1 +spring:
  2 + datasource:
  3 + url: jdbc:mysql://localhost:3306/platform_dev?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
  4 + username: root
  5 + password:
  6 + driver-class-name: com.mysql.jdbc.Driver
  7 +
  8 + data:
  9 + mongodb:
  10 + host: localhost
  11 + port: 27017
  12 + database: platform
  13 + username: platform
  14 + password: platform123
regional-etl/src/main/resources/application.properties View file @ ef89f49
... ... @@ -22,5 +22,5 @@
22 22 mybatis.mapperLocations=classpath:mappers/*.xml
23 23  
24 24 #spring.profiles.active=prod, etl
25   -spring.profiles.active=prod, patient
  25 +spring.profiles.active=dz, patient