Browse Source

oper-crm修改配置

dev
yinzuomei 5 years ago
parent
commit
c76e54c4e5
  1. 4
      epmet-module/oper-crm/oper-crm-server/pom.xml

4
epmet-module/oper-crm/oper-crm-server/pom.xml

@ -91,7 +91,7 @@
</build>
<profiles>
<profile>
<id>dev-dev</id>
<id>dev-local</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
@ -131,7 +131,7 @@
<!-- 数据库配置-->
<spring.datasource.druid.url>
<![CDATA[jdbc:mysql://47.104.224.45:3308/epmet_oper_crm_dev?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_dev?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]>
</spring.datasource.druid.url>
<spring.datasource.druid.username>epmet</spring.datasource.druid.username>
<spring.datasource.druid.password>elink@833066</spring.datasource.druid.password>

Loading…
Cancel
Save