Browse Source

修改配置

master
lichao 1 year ago
parent
commit
cf4115a5fa
  1. 10
      epdc-cloud-auth/pom.xml
  2. 2
      epdc-cloud-commons-yushan
  3. 2
      pom.xml

10
epdc-cloud-auth/pom.xml

@ -79,7 +79,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
@ -92,7 +92,7 @@
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugin>-->
<plugin>
<groupId>com.spotify</groupId>
<artifactId>dockerfile-maven-plugin</artifactId>
@ -159,15 +159,15 @@
<!-- redis配置 -->
<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.password>Elink833066</spring.redis.password>
<!-- nacos -->
<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.namespace></nacos.namespace>
<nacos.namespace>47a8ed69-d219-4525-8174-532f2f7e0288</nacos.namespace>
<spring.zipkin.base-url>http://172.31.171.61:9411</spring.zipkin.base-url>
</properties>

2
epdc-cloud-commons-yushan

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

2
pom.xml

@ -13,7 +13,7 @@
<module>epdc-cloud-auth</module>
<module>epdc-cloud-client-yushan</module>
<module>epdc-cloud-commons-yushan</module>
<module>epdc-cloud-gateway-yushan</module>
<!-- <module>epdc-cloud-gateway-yushan</module>-->
<module>epdc-cloud-parent-yushan</module>
</modules>

Loading…
Cancel
Save