Browse Source

修复:统计服务数据库密码配置错误

dev_shibei_match
wxz 5 years ago
parent
commit
e1b2d3bebd
  1. 8
      epmet-module/data-statistical/data-statistical-server/pom.xml

8
epmet-module/data-statistical/data-statistical-server/pom.xml

@ -215,25 +215,25 @@
<![CDATA[jdbc:mysql://rm-m5ef9t617j6o5eup7.mysql.rds.aliyuncs.com:3306/epmet_gov_voice?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]> <![CDATA[jdbc:mysql://rm-m5ef9t617j6o5eup7.mysql.rds.aliyuncs.com:3306/epmet_gov_voice?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]>
</datasource.druid.voice.url> </datasource.druid.voice.url>
<datasource.druid.voice.username>epmet</datasource.druid.voice.username> <datasource.druid.voice.username>epmet</datasource.druid.voice.username>
<datasource.druid.voice.password>elink@8473066</datasource.druid.voice.password> <datasource.druid.voice.password>elink@833066</datasource.druid.voice.password>
<datasource.druid.crm.url> <datasource.druid.crm.url>
<![CDATA[jdbc:mysql://rm-m5ef9t617j6o5eup7.mysql.rds.aliyuncs.com:3306/epmet_oper_crm?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]> <![CDATA[jdbc:mysql://rm-m5ef9t617j6o5eup7.mysql.rds.aliyuncs.com:3306/epmet_oper_crm?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]>
</datasource.druid.crm.url> </datasource.druid.crm.url>
<datasource.druid.crm.username>epmet</datasource.druid.crm.username> <datasource.druid.crm.username>epmet</datasource.druid.crm.username>
<datasource.druid.crm.password>elink@8473066</datasource.druid.crm.password> <datasource.druid.crm.password>elink@833066</datasource.druid.crm.password>
<datasource.druid.group.url> <datasource.druid.group.url>
<![CDATA[jdbc:mysql://rm-m5ef9t617j6o5eup7.mysql.rds.aliyuncs.com:3306/epmet_resi_group?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]> <![CDATA[jdbc:mysql://rm-m5ef9t617j6o5eup7.mysql.rds.aliyuncs.com:3306/epmet_resi_group?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]>
</datasource.druid.group.url> </datasource.druid.group.url>
<datasource.druid.group.username>epmet</datasource.druid.group.username> <datasource.druid.group.username>epmet</datasource.druid.group.username>
<datasource.druid.group.password>elink@8473066</datasource.druid.group.password> <datasource.druid.group.password>elink@833066</datasource.druid.group.password>
<datasource.druid.user.url> <datasource.druid.user.url>
<![CDATA[jdbc:mysql://rm-m5ef9t617j6o5eup7.mysql.rds.aliyuncs.com:3306/epmet_user?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]> <![CDATA[jdbc:mysql://rm-m5ef9t617j6o5eup7.mysql.rds.aliyuncs.com:3306/epmet_user?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]>
</datasource.druid.user.url> </datasource.druid.user.url>
<datasource.druid.user.username>epmet</datasource.druid.user.username> <datasource.druid.user.username>epmet</datasource.druid.user.username>
<datasource.druid.user.password>elink@8473066</datasource.druid.user.password> <datasource.druid.user.password>elink@833066</datasource.druid.user.password>
<!-- redis配置 --> <!-- redis配置 -->
<spring.redis.index>0</spring.redis.index> <spring.redis.index>0</spring.redis.index>

Loading…
Cancel
Save