添加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

@@ -9,11 +9,6 @@ spring:
locator:
enabled: true
lower-case-service-id: true #使用小写service-id
eureka:
client:
service-url:
defaultZone: http://localhost:8001/eureka/
registry-fetch-interval-seconds: 10
management: #开启SpringBoot Admin的监控
endpoints:
web: