Browse Source

配置修改

master
lichao 1 year ago
parent
commit
5cb34ff1d4
  1. 2
      epdc-cloud-client-yushan
  2. 2
      epdc-cloud-commons-yushan
  3. 8
      epdc-cloud-job/pom.xml

2
epdc-cloud-client-yushan

@ -1 +1 @@
Subproject commit 48965c0cc93cfb5dbaf3f6f649f11ac9856ee8e4 Subproject commit c3a4975ae4ef2b449c6959040eae6e2be17b509d

2
epdc-cloud-commons-yushan

@ -1 +1 @@
Subproject commit f49128405cd591b9aab7f129df01518c5aea143e Subproject commit d9dbc91dcf53caeec89d2ea0140f7daed29f4761

8
epdc-cloud-job/pom.xml

@ -217,20 +217,20 @@
<!-- redis配置 --> <!-- redis配置 -->
<spring.redis.index>0</spring.redis.index> <spring.redis.index>0</spring.redis.index>
<spring.redis.host>172.16.1.243</spring.redis.host> <spring.redis.host>172.31.0.2</spring.redis.host>
<spring.redis.port>6379</spring.redis.port> <spring.redis.port>6379</spring.redis.port>
<spring.redis.password>Elink833066</spring.redis.password> <spring.redis.password>Elink833066</spring.redis.password>
<spring.datasource.druid.url> <spring.datasource.druid.url>
<![CDATA[jdbc:mysql://rm-m5ew61hl12e70oaw8.mysql.rds.aliyuncs.com:3306/esua_epdc_job?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]> <![CDATA[jdbc:mysql://172.31.0.4:3306/esua_epdc_job?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]>
</spring.datasource.druid.url> </spring.datasource.druid.url>
<spring.datasource.druid.username>epdc</spring.datasource.druid.username> <spring.datasource.druid.username>epdc</spring.datasource.druid.username>
<spring.datasource.druid.password>Elink@833066</spring.datasource.druid.password> <spring.datasource.druid.password>Elink@833066</spring.datasource.druid.password>
<!-- nacos --> <!-- nacos -->
<nacos.register-enabled>true</nacos.register-enabled> <nacos.register-enabled>true</nacos.register-enabled>
<nacos.server-addr>172.16.1.243:8848</nacos.server-addr> <nacos.server-addr>172.31.0.2:8848</nacos.server-addr>
<nacos.ip></nacos.ip> <nacos.ip></nacos.ip>
<nacos.namespace></nacos.namespace> <nacos.namespace>47a8ed69-d219-4525-8174-532f2f7e0288</nacos.namespace>
</properties> </properties>
</profile> </profile>
</profiles> </profiles>

Loading…
Cancel
Save