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> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
</plugin> </plugin>
<plugin> <!-- <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<configuration> <configuration>
@ -92,7 +92,7 @@
<configuration> <configuration>
<skip>true</skip> <skip>true</skip>
</configuration> </configuration>
</plugin> </plugin>-->
<plugin> <plugin>
<groupId>com.spotify</groupId> <groupId>com.spotify</groupId>
<artifactId>dockerfile-maven-plugin</artifactId> <artifactId>dockerfile-maven-plugin</artifactId>
@ -159,15 +159,15 @@
<!-- 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>
<!-- 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>
<spring.zipkin.base-url>http://172.31.171.61:9411</spring.zipkin.base-url> <spring.zipkin.base-url>http://172.31.171.61:9411</spring.zipkin.base-url>
</properties> </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-auth</module>
<module>epdc-cloud-client-yushan</module> <module>epdc-cloud-client-yushan</module>
<module>epdc-cloud-commons-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> <module>epdc-cloud-parent-yushan</module>
</modules> </modules>

Loading…
Cancel
Save