Browse Source

【平阴中间库对接】修改数据库的地址,用户名密码

master
wangxianzhang 3 years ago
parent
commit
6e838b35fb
  1. 6
      epmet-module/open-data-worker/open-data-worker-server/pom.xml

6
epmet-module/open-data-worker/open-data-worker-server/pom.xml

@ -273,10 +273,10 @@
<!-- 数据库配置-->
<spring.datasource.druid.url>
<![CDATA[jdbc:mysql://172.22.76.30:3306/epmet_open_data?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]>
<![CDATA[jdbc:mysql://172.20.92.220:3306/district_grid_record?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]>
</spring.datasource.druid.url>
<spring.datasource.druid.username>epmet_open_data_user</spring.datasource.druid.username>
<spring.datasource.druid.password>EpmEtOpEndAtArw_)$</spring.datasource.druid.password>
<spring.datasource.druid.username>sync_gridinfo_pingyin</spring.datasource.druid.username>
<spring.datasource.druid.password>xvfuz2lz</spring.datasource.druid.password>
<!-- redis配置 -->
<spring.redis.index>0</spring.redis.index>
<spring.redis.cluster.nodes>172.22.76.1:6379,172.22.76.20:6379,172.22.76.36:6379,172.22.76.1:6389,172.22.76.20:6389,172.22.76.36:6389</spring.redis.cluster.nodes>

Loading…
Cancel
Save