Merge remote-tracking branch 'origin/develop-20231222' into develop-20231222
This commit is contained in:
commit
c35a6151bc
@ -20,14 +20,14 @@ eureka:
|
|||||||
# 设置使用IP
|
# 设置使用IP
|
||||||
prefer-ip-address: true
|
prefer-ip-address: true
|
||||||
# 设置外网IP号
|
# 设置外网IP号
|
||||||
ip-address: 192.168.1.169
|
ip-address: 192.168.1.217
|
||||||
client:
|
client:
|
||||||
register-with-eureka: true
|
register-with-eureka: true
|
||||||
fetch-registry: true
|
fetch-registry: true
|
||||||
instance-info-replication-interval-seconds: 30
|
instance-info-replication-interval-seconds: 30
|
||||||
registry-fetch-interval-seconds: 3
|
registry-fetch-interval-seconds: 3
|
||||||
service-url:
|
service-url:
|
||||||
defaultZone: http://192.168.1.169:8610/eureka
|
defaultZone: http://192.168.1.217:8610/eureka
|
||||||
|
|
||||||
# 暴露监控端点
|
# 暴露监控端点
|
||||||
management:
|
management:
|
||||||
|
@ -12,10 +12,10 @@ eureka:
|
|||||||
# 设置使用IP
|
# 设置使用IP
|
||||||
prefer-ip-address: true
|
prefer-ip-address: true
|
||||||
# 设置外网IP号
|
# 设置外网IP号
|
||||||
ip-address: 192.168.1.169
|
ip-address: 192.168.1.217
|
||||||
client:
|
client:
|
||||||
register-with-eureka: false
|
register-with-eureka: false
|
||||||
fetch-registry: false
|
fetch-registry: false
|
||||||
instance-info-replication-interval-seconds: 30
|
instance-info-replication-interval-seconds: 30
|
||||||
service-url:
|
service-url:
|
||||||
defaultZone: http://192.168.1.169:8610/eureka/
|
defaultZone: http://192.168.1.217:8610/eureka/
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
source /etc/profile
|
nohup java -jar -Xms128m -Xmx512m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./data-standard-service/data-standard-service.jar --server.port=8825 > data-standard-service.log 2>&1 &
|
||||||
|
|
||||||
cd $(dirname $0)
|
|
||||||
|
|
||||||
|
|
||||||
nohup java -jar -Xms128m -Xmx2048m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./data-standard-service/data-standard-service.jar --server.port=8825 > data-standard-service.log 2>&1 &
|
|
||||||
|
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
source /etc/profile
|
nohup java -jar -Xms128m -Xmx512m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./data-visual-service/data-visual-service.jar --server.port=8827 > data-visual-service.log 2>&1 &
|
||||||
|
|
||||||
cd $(dirname $0)
|
|
||||||
|
|
||||||
|
|
||||||
nohup java -jar -Xms128m -Xmx2048m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./data-visual-service/data-visual-service.jar --server.port=8827 > data-visual-service.log 2>&1 &
|
|
||||||
|
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
source /etc/profile
|
nohup java -jar -Xms128m -Xmx512m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./email-service/email-service.jar --server.port=8812 > email-service.log 2>&1 &
|
||||||
|
|
||||||
cd $(dirname $0)
|
|
||||||
|
|
||||||
|
|
||||||
nohup java -jar -Xms128m -Xmx2048m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./email-service/email-service.jar --server.port=8812 > email-service.log 2>&1 &
|
|
||||||
|
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
source /etc/profile
|
nohup java -jar -Xms128m -Xmx512m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./file-service/file-service.jar --server.port=8811 > data-market-service.log 2>&1 &
|
||||||
|
|
||||||
cd $(dirname $0)
|
|
||||||
|
|
||||||
|
|
||||||
nohup java -jar -Xms128m -Xmx2048m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./file-service/file-service.jar --server.port=8811 > data-market-service.log 2>&1 &
|
|
||||||
|
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
source /etc/profile
|
nohup java -jar -Xms1024m -Xmx512m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./gateway/gateway.jar --server.port=9538 > gateway.log 2>&1 &
|
||||||
|
|
||||||
cd $(dirname $0)
|
|
||||||
|
|
||||||
|
|
||||||
nohup java -jar -Xms1024m -Xmx2048m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./gateway/gateway.jar --server.port=9538 > gateway.log 2>&1 &
|
|
||||||
|
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
source /etc/profile
|
nohup java -jar -Xms128m -Xmx512m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./quartz-service/quartz-service.jar --server.port=8813 > quartz-service.log 2>&1 &
|
||||||
|
|
||||||
cd $(dirname $0)
|
|
||||||
|
|
||||||
|
|
||||||
nohup java -jar -Xms128m -Xmx2048m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./quartz-service/quartz-service.jar --server.port=8813 > quartz-service.log 2>&1 &
|
|
||||||
|
|
||||||
|
@ -1,7 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
source /etc/profile
|
nohup java -jar -Xms128m -Xmx512m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./data-compare-service.jar --server.port=8096 --spring.profiles.active=dev > data-compare-service.log 2>&1 &
|
||||||
|
|
||||||
cd $(dirname $0)
|
|
||||||
|
|
||||||
|
|
||||||
nohup java -jar -Xms128m -Xmx2048m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./data-compare-service.jar --server.port=8096 --spring.profiles.active=dev > data-compare-service.log 2>&1 &
|
|
@ -1,9 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
source /etc/profile
|
nohup java -jar -Xms128m -Xmx512m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./data-market-service-integration.jar --server.port=8824 --spring.profiles.active=dev > data-market-service-integration.log 2>&1 &
|
||||||
|
|
||||||
cd $(dirname $0)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
nohup java -jar -Xms128m -Xmx2048m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./data-market-service-integration.jar --server.port=8824 --spring.profiles.active=dev > data-market-service-integration.log 2>&1 &
|
|
||||||
|
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
source /etc/profile
|
nohup java -jar -Xms128m -Xmx512m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./data-market-service.jar --server.port=8822 --spring.profiles.active=dev > data-market-service.log 2>&1 &
|
||||||
|
|
||||||
cd $(dirname $0)
|
|
||||||
|
|
||||||
|
|
||||||
nohup java -jar -Xms128m -Xmx2048m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./data-market-service.jar --server.port=8822 --spring.profiles.active=dev > data-market-service.log 2>&1 &
|
|
||||||
|
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
source /etc/profile
|
nohup java -jar -Xms128m -Xmx512m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./data-metadata-service.jar --server.port=8820 --spring.profiles.active=dev > data-metadata-service.log 2>&1 &
|
||||||
|
|
||||||
cd $(dirname $0)
|
|
||||||
|
|
||||||
nohup java -jar -Xms128m -Xmx2048m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./data-metadata-service.jar --server.port=8820 --spring.profiles.active=dev > data-metadata-service.log 2>&1 &
|
|
||||||
|
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
source /etc/profile
|
nohup java -jar -Xms128m -Xmx512m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./data-system-service.jar --server.port=8810 --spring.profiles.active=dev > data-system-service.log 2>&1 &
|
||||||
|
|
||||||
cd $(dirname $0)
|
|
||||||
|
|
||||||
nohup java -jar -Xms128m -Xmx2048m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./data-system-service.jar --server.port=8810 --spring.profiles.active=dev > data-system-service.log 2>&1 &
|
|
||||||
|
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
source /etc/profile
|
nohup java -jar -Xms128m -Xmx512m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./service-data-dts.jar --server.port=8810 --spring.profiles.active=dev > service-data-dts.log 2>&1 &
|
||||||
|
|
||||||
cd $(dirname $0)
|
|
||||||
|
|
||||||
nohup java -jar -Xms128m -Xmx2048m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./service-data-dts.jar --server.port=8810 --spring.profiles.active=dev > service-data-dts.log 2>&1 &
|
|
||||||
|
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
source /etc/profile
|
nohup java -jar -Xms128m -Xmx512m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./system-service.jar --server.port=8000 --spring.profiles.active=dev > system-service.log 2>&1 &
|
||||||
|
|
||||||
cd $(dirname $0)
|
|
||||||
|
|
||||||
nohup java -jar -Xms128m -Xmx2048m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./system-service.jar --server.port=8000 --spring.profiles.active=dev > system-service.log 2>&1 &
|
|
||||||
|
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
source /etc/profile
|
nohup java -jar -Xms128m -Xmx512m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./data-market-service-mapping/data-market-service-mapping.jar --server.port=8823 > data-market-service-mapping.log 2>&1 &
|
||||||
|
|
||||||
cd $(dirname $0)
|
|
||||||
|
|
||||||
|
|
||||||
nohup java -jar -Xms128m -Xmx2048m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./data-market-service-mapping/data-market-service-mapping.jar --server.port=8823 > data-market-service-mapping.log 2>&1 &
|
|
||||||
|
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
source /etc/profile
|
nohup java -jar -Xms128m -Xmx512m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./data-masterdata-service/data-masterdata-service.jar --server.port=8828 > data-masterdata-service.log 2>&1 &
|
||||||
|
|
||||||
cd $(dirname $0)
|
|
||||||
|
|
||||||
|
|
||||||
nohup java -jar -Xms128m -Xmx2048m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./data-masterdata-service/data-masterdata-service.jar --server.port=8828 > data-masterdata-service.log 2>&1 &
|
|
||||||
|
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
source /etc/profile
|
nohup java -jar -Xms128m -Xmx512m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./data-metadata-service-console/data-metadata-service-console.jar --server.port=8821 > data-metadata-service-console.log 2>&1 &
|
||||||
|
|
||||||
cd $(dirname $0)
|
|
||||||
|
|
||||||
|
|
||||||
nohup java -jar -Xms128m -Xmx2048m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./data-metadata-service-console/data-metadata-service-console.jar --server.port=8821 > data-metadata-service-console.log 2>&1 &
|
|
||||||
|
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
source /etc/profile
|
nohup java -jar -Xms128m -Xmx512m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./data-quality-service/data-quality-service.jar --server.port=8826 > data-quality-service.log 2>&1 &
|
||||||
|
|
||||||
cd $(dirname $0)
|
|
||||||
|
|
||||||
|
|
||||||
nohup java -jar -Xms128m -Xmx2048m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./data-quality-service/data-quality-service.jar --server.port=8826 > data-quality-service.log 2>&1 &
|
|
||||||
|
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
source /etc/profile
|
nohup java -jar -Xms1024m -Xmx512m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./eureka/eureka.jar --server.port=8610 > eureka.log 2>&1 &
|
||||||
|
|
||||||
cd $(dirname $0)
|
|
||||||
|
|
||||||
|
|
||||||
nohup java -jar -Xms1024m -Xmx2048m -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -XX:MaxInlineLevel=15 ./eureka/eureka.jar --server.port=8610 > eureka.log 2>&1 &
|
|
||||||
|
|
||||||
|
@ -20,11 +20,11 @@ eureka:
|
|||||||
instance:
|
instance:
|
||||||
lease-renewal-interval-in-seconds: 20
|
lease-renewal-interval-in-seconds: 20
|
||||||
prefer-ip-address: true
|
prefer-ip-address: true
|
||||||
ip-address: 192.168.1.169
|
ip-address: 192.168.1.217
|
||||||
client:
|
client:
|
||||||
register-with-eureka: true
|
register-with-eureka: true
|
||||||
fetch-registry: true
|
fetch-registry: true
|
||||||
instance-info-replication-interval-seconds: 30
|
instance-info-replication-interval-seconds: 30
|
||||||
registry-fetch-interval-seconds: 3
|
registry-fetch-interval-seconds: 3
|
||||||
service-url:
|
service-url:
|
||||||
defaultZone: http://192.168.1.169:8610/eureka
|
defaultZone: http://192.168.1.217:8610/eureka
|
||||||
|
@ -33,11 +33,11 @@ eureka:
|
|||||||
instance:
|
instance:
|
||||||
lease-renewal-interval-in-seconds: 20
|
lease-renewal-interval-in-seconds: 20
|
||||||
prefer-ip-address: true
|
prefer-ip-address: true
|
||||||
ip-address: 192.168.1.169
|
ip-address: 192.168.1.217
|
||||||
client:
|
client:
|
||||||
register-with-eureka: true
|
register-with-eureka: true
|
||||||
fetch-registry: true
|
fetch-registry: true
|
||||||
instance-info-replication-interval-seconds: 30
|
instance-info-replication-interval-seconds: 30
|
||||||
registry-fetch-interval-seconds: 3
|
registry-fetch-interval-seconds: 3
|
||||||
service-url:
|
service-url:
|
||||||
defaultZone: http://192.168.1.169:8610/eureka
|
defaultZone: http://192.168.1.217:8610/eureka
|
||||||
|
@ -20,11 +20,11 @@ eureka:
|
|||||||
instance:
|
instance:
|
||||||
lease-renewal-interval-in-seconds: 20
|
lease-renewal-interval-in-seconds: 20
|
||||||
prefer-ip-address: true
|
prefer-ip-address: true
|
||||||
ip-address: 192.168.1.169
|
ip-address: 192.168.1.217
|
||||||
client:
|
client:
|
||||||
register-with-eureka: true
|
register-with-eureka: true
|
||||||
fetch-registry: true
|
fetch-registry: true
|
||||||
instance-info-replication-interval-seconds: 30
|
instance-info-replication-interval-seconds: 30
|
||||||
registry-fetch-interval-seconds: 3
|
registry-fetch-interval-seconds: 3
|
||||||
service-url:
|
service-url:
|
||||||
defaultZone: http://192.168.1.169:8610/eureka
|
defaultZone: http://192.168.1.217:8610/eureka
|
||||||
|
@ -20,11 +20,11 @@ eureka:
|
|||||||
instance:
|
instance:
|
||||||
lease-renewal-interval-in-seconds: 20
|
lease-renewal-interval-in-seconds: 20
|
||||||
prefer-ip-address: true
|
prefer-ip-address: true
|
||||||
ip-address: 192.168.1.169
|
ip-address: 192.168.1.217
|
||||||
client:
|
client:
|
||||||
register-with-eureka: true
|
register-with-eureka: true
|
||||||
fetch-registry: true
|
fetch-registry: true
|
||||||
instance-info-replication-interval-seconds: 30
|
instance-info-replication-interval-seconds: 30
|
||||||
registry-fetch-interval-seconds: 3
|
registry-fetch-interval-seconds: 3
|
||||||
service-url:
|
service-url:
|
||||||
defaultZone: http://192.168.1.169:8610/eureka
|
defaultZone: http://192.168.1.217:8610/eureka
|
||||||
|
@ -20,11 +20,11 @@ eureka:
|
|||||||
instance:
|
instance:
|
||||||
lease-renewal-interval-in-seconds: 20
|
lease-renewal-interval-in-seconds: 20
|
||||||
prefer-ip-address: true
|
prefer-ip-address: true
|
||||||
ip-address: 192.168.1.169
|
ip-address: 192.168.1.217
|
||||||
client:
|
client:
|
||||||
register-with-eureka: true
|
register-with-eureka: true
|
||||||
fetch-registry: true
|
fetch-registry: true
|
||||||
instance-info-replication-interval-seconds: 30
|
instance-info-replication-interval-seconds: 30
|
||||||
registry-fetch-interval-seconds: 3
|
registry-fetch-interval-seconds: 3
|
||||||
service-url:
|
service-url:
|
||||||
defaultZone: http://192.168.1.169:8610/eureka
|
defaultZone: http://192.168.1.217:8610/eureka
|
||||||
|
@ -20,11 +20,11 @@ eureka:
|
|||||||
instance:
|
instance:
|
||||||
lease-renewal-interval-in-seconds: 20
|
lease-renewal-interval-in-seconds: 20
|
||||||
prefer-ip-address: true
|
prefer-ip-address: true
|
||||||
ip-address: 192.168.1.169
|
ip-address: 192.168.1.217
|
||||||
client:
|
client:
|
||||||
register-with-eureka: true
|
register-with-eureka: true
|
||||||
fetch-registry: true
|
fetch-registry: true
|
||||||
instance-info-replication-interval-seconds: 30
|
instance-info-replication-interval-seconds: 30
|
||||||
registry-fetch-interval-seconds: 3
|
registry-fetch-interval-seconds: 3
|
||||||
service-url:
|
service-url:
|
||||||
defaultZone: http://192.168.1.169:8610/eureka
|
defaultZone: http://192.168.1.217:8610/eureka
|
||||||
|
@ -20,11 +20,11 @@ eureka:
|
|||||||
instance:
|
instance:
|
||||||
lease-renewal-interval-in-seconds: 20
|
lease-renewal-interval-in-seconds: 20
|
||||||
prefer-ip-address: true
|
prefer-ip-address: true
|
||||||
ip-address: 192.168.1.169
|
ip-address: 192.168.1.217
|
||||||
client:
|
client:
|
||||||
register-with-eureka: true
|
register-with-eureka: true
|
||||||
fetch-registry: true
|
fetch-registry: true
|
||||||
instance-info-replication-interval-seconds: 30
|
instance-info-replication-interval-seconds: 30
|
||||||
registry-fetch-interval-seconds: 3
|
registry-fetch-interval-seconds: 3
|
||||||
service-url:
|
service-url:
|
||||||
defaultZone: http://192.168.1.169:8610/eureka
|
defaultZone: http://192.168.1.217:8610/eureka
|
||||||
|
@ -20,14 +20,14 @@ eureka:
|
|||||||
instance:
|
instance:
|
||||||
lease-renewal-interval-in-seconds: 20
|
lease-renewal-interval-in-seconds: 20
|
||||||
prefer-ip-address: true
|
prefer-ip-address: true
|
||||||
ip-address: 192.168.1.169
|
ip-address: 192.168.1.217
|
||||||
client:
|
client:
|
||||||
register-with-eureka: true
|
register-with-eureka: false
|
||||||
fetch-registry: true
|
fetch-registry: true
|
||||||
instance-info-replication-interval-seconds: 30
|
instance-info-replication-interval-seconds: 30
|
||||||
registry-fetch-interval-seconds: 3
|
registry-fetch-interval-seconds: 3
|
||||||
service-url:
|
service-url:
|
||||||
defaultZone: http://192.168.1.169:8610/eureka
|
defaultZone: http://192.168.1.217:8610/eureka
|
||||||
#jwt
|
#jwt
|
||||||
jwt:
|
jwt:
|
||||||
header: Authorization
|
header: Authorization
|
||||||
|
@ -20,11 +20,11 @@ eureka:
|
|||||||
instance:
|
instance:
|
||||||
lease-renewal-interval-in-seconds: 20
|
lease-renewal-interval-in-seconds: 20
|
||||||
prefer-ip-address: true
|
prefer-ip-address: true
|
||||||
ip-address: 192.168.1.169
|
ip-address: 192.168.1.217
|
||||||
client:
|
client:
|
||||||
register-with-eureka: true
|
register-with-eureka: true
|
||||||
fetch-registry: true
|
fetch-registry: true
|
||||||
instance-info-replication-interval-seconds: 30
|
instance-info-replication-interval-seconds: 30
|
||||||
registry-fetch-interval-seconds: 3
|
registry-fetch-interval-seconds: 3
|
||||||
service-url:
|
service-url:
|
||||||
defaultZone: http://192.168.1.169:8610/eureka
|
defaultZone: http://192.168.1.217:8610/eureka
|
||||||
|
@ -20,11 +20,11 @@ eureka:
|
|||||||
instance:
|
instance:
|
||||||
lease-renewal-interval-in-seconds: 20
|
lease-renewal-interval-in-seconds: 20
|
||||||
prefer-ip-address: true
|
prefer-ip-address: true
|
||||||
ip-address: 192.168.1.169
|
ip-address: 192.168.1.217
|
||||||
client:
|
client:
|
||||||
register-with-eureka: true
|
register-with-eureka: true
|
||||||
fetch-registry: true
|
fetch-registry: true
|
||||||
instance-info-replication-interval-seconds: 30
|
instance-info-replication-interval-seconds: 30
|
||||||
registry-fetch-interval-seconds: 3
|
registry-fetch-interval-seconds: 3
|
||||||
service-url:
|
service-url:
|
||||||
defaultZone: http://192.168.1.169:8610/eureka
|
defaultZone: http://192.168.1.217:8610/eureka
|
||||||
|
@ -22,11 +22,11 @@ eureka:
|
|||||||
# 设置使用IP
|
# 设置使用IP
|
||||||
prefer-ip-address: true
|
prefer-ip-address: true
|
||||||
# 设置外网IP号
|
# 设置外网IP号
|
||||||
ip-address: 192.168.1.169
|
ip-address: 192.168.1.217
|
||||||
client:
|
client:
|
||||||
register-with-eureka: true
|
register-with-eureka: true
|
||||||
fetch-registry: true
|
fetch-registry: true
|
||||||
instance-info-replication-interval-seconds: 30
|
instance-info-replication-interval-seconds: 30
|
||||||
registry-fetch-interval-seconds: 3
|
registry-fetch-interval-seconds: 3
|
||||||
service-url:
|
service-url:
|
||||||
defaultZone: http://192.168.1.169:8610/eureka
|
defaultZone: http://192.168.1.217:8610/eureka
|
@ -20,11 +20,11 @@ eureka:
|
|||||||
instance:
|
instance:
|
||||||
lease-renewal-interval-in-seconds: 20
|
lease-renewal-interval-in-seconds: 20
|
||||||
prefer-ip-address: true
|
prefer-ip-address: true
|
||||||
ip-address: 192.168.1.169
|
ip-address: 192.168.1.217
|
||||||
client:
|
client:
|
||||||
register-with-eureka: true
|
register-with-eureka: true
|
||||||
fetch-registry: true
|
fetch-registry: true
|
||||||
instance-info-replication-interval-seconds: 30
|
instance-info-replication-interval-seconds: 30
|
||||||
registry-fetch-interval-seconds: 3
|
registry-fetch-interval-seconds: 3
|
||||||
service-url:
|
service-url:
|
||||||
defaultZone: http://192.168.1.169:8610/eureka
|
defaultZone: http://192.168.1.217:8610/eureka
|
||||||
|
@ -20,11 +20,11 @@ eureka:
|
|||||||
instance:
|
instance:
|
||||||
lease-renewal-interval-in-seconds: 20
|
lease-renewal-interval-in-seconds: 20
|
||||||
prefer-ip-address: true
|
prefer-ip-address: true
|
||||||
ip-address: 192.168.1.169
|
ip-address: 192.168.1.217
|
||||||
client:
|
client:
|
||||||
register-with-eureka: true
|
register-with-eureka: true
|
||||||
fetch-registry: true
|
fetch-registry: true
|
||||||
instance-info-replication-interval-seconds: 30
|
instance-info-replication-interval-seconds: 30
|
||||||
registry-fetch-interval-seconds: 3
|
registry-fetch-interval-seconds: 3
|
||||||
service-url:
|
service-url:
|
||||||
defaultZone: http://192.168.1.169:8610/eureka
|
defaultZone: http://192.168.1.217:8610/eureka
|
||||||
|
@ -20,11 +20,11 @@ eureka:
|
|||||||
instance:
|
instance:
|
||||||
lease-renewal-interval-in-seconds: 20
|
lease-renewal-interval-in-seconds: 20
|
||||||
prefer-ip-address: true
|
prefer-ip-address: true
|
||||||
ip-address: 192.168.1.169
|
ip-address: 192.168.1.217
|
||||||
client:
|
client:
|
||||||
register-with-eureka: true
|
register-with-eureka: true
|
||||||
fetch-registry: true
|
fetch-registry: true
|
||||||
instance-info-replication-interval-seconds: 30
|
instance-info-replication-interval-seconds: 30
|
||||||
registry-fetch-interval-seconds: 3
|
registry-fetch-interval-seconds: 3
|
||||||
service-url:
|
service-url:
|
||||||
defaultZone: http://192.168.1.169:8610/eureka
|
defaultZone: http://192.168.1.217:8610/eureka
|
||||||
|
@ -20,11 +20,11 @@ eureka:
|
|||||||
instance:
|
instance:
|
||||||
lease-renewal-interval-in-seconds: 20
|
lease-renewal-interval-in-seconds: 20
|
||||||
prefer-ip-address: true
|
prefer-ip-address: true
|
||||||
ip-address: 192.168.1.169
|
ip-address: 192.168.1.217
|
||||||
client:
|
client:
|
||||||
register-with-eureka: true
|
register-with-eureka: true
|
||||||
fetch-registry: true
|
fetch-registry: true
|
||||||
instance-info-replication-interval-seconds: 30
|
instance-info-replication-interval-seconds: 30
|
||||||
registry-fetch-interval-seconds: 3
|
registry-fetch-interval-seconds: 3
|
||||||
service-url:
|
service-url:
|
||||||
defaultZone: http://192.168.1.169:8610/eureka
|
defaultZone: http://192.168.1.217:8610/eureka
|
||||||
|
@ -20,11 +20,11 @@ eureka:
|
|||||||
instance:
|
instance:
|
||||||
lease-renewal-interval-in-seconds: 20
|
lease-renewal-interval-in-seconds: 20
|
||||||
prefer-ip-address: true
|
prefer-ip-address: true
|
||||||
ip-address: 192.168.1.169
|
ip-address: 192.168.1.217
|
||||||
client:
|
client:
|
||||||
register-with-eureka: true
|
register-with-eureka: true
|
||||||
fetch-registry: true
|
fetch-registry: true
|
||||||
instance-info-replication-interval-seconds: 30
|
instance-info-replication-interval-seconds: 30
|
||||||
registry-fetch-interval-seconds: 3
|
registry-fetch-interval-seconds: 3
|
||||||
service-url:
|
service-url:
|
||||||
defaultZone: http://192.168.1.169:8610/eureka
|
defaultZone: http://192.168.1.217:8610/eureka
|
||||||
|
@ -46,11 +46,11 @@ eureka:
|
|||||||
instance:
|
instance:
|
||||||
lease-renewal-interval-in-seconds: 20
|
lease-renewal-interval-in-seconds: 20
|
||||||
prefer-ip-address: true
|
prefer-ip-address: true
|
||||||
ip-address: 192.168.1.169
|
ip-address: 192.168.1.217
|
||||||
client:
|
client:
|
||||||
register-with-eureka: true
|
register-with-eureka: true
|
||||||
fetch-registry: true
|
fetch-registry: true
|
||||||
instance-info-replication-interval-seconds: 30
|
instance-info-replication-interval-seconds: 30
|
||||||
registry-fetch-interval-seconds: 3
|
registry-fetch-interval-seconds: 3
|
||||||
service-url:
|
service-url:
|
||||||
defaultZone: http://192.168.1.169:8610/eureka/
|
defaultZone: http://192.168.1.217:8610/eureka/
|
@ -20,11 +20,11 @@ eureka:
|
|||||||
instance:
|
instance:
|
||||||
lease-renewal-interval-in-seconds: 20
|
lease-renewal-interval-in-seconds: 20
|
||||||
prefer-ip-address: true
|
prefer-ip-address: true
|
||||||
ip-address: 192.168.1.169
|
ip-address: 192.168.1.217
|
||||||
client:
|
client:
|
||||||
register-with-eureka: true
|
register-with-eureka: true
|
||||||
fetch-registry: true
|
fetch-registry: true
|
||||||
instance-info-replication-interval-seconds: 30
|
instance-info-replication-interval-seconds: 30
|
||||||
registry-fetch-interval-seconds: 3
|
registry-fetch-interval-seconds: 3
|
||||||
service-url:
|
service-url:
|
||||||
defaultZone: http://192.168.1.169:8610/eureka
|
defaultZone: http://192.168.1.217:8610/eureka
|
||||||
|
Loading…
x
Reference in New Issue
Block a user