|
|
@ -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> |
|
|
|