添加docker容器化部署支持

This commit is contained in:
macro
2019-11-20 15:52:25 +08:00
parent 19eb63ac69
commit 2d5a69b926
22 changed files with 331 additions and 101 deletions

View File

@@ -10,4 +10,6 @@ spring:
eureka:
client:
service-url:
defaultZone: http://localhost:8001/eureka/
defaultZone: http://mall-registry:8001/eureka/
instance:
prefer-ip-address: true