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

@@ -24,7 +24,7 @@ mall
├── mall-common -- 工具类及通用代码模块
├── mall-mbg -- MyBatisGenerator生成的数据库操作代码模块
├── mall-security -- 封装SpringSecurity+JWT的安全认证的模块
├── mall-registery -- 基于Eureka的微服务注册中心
├── mall-registry -- 基于Eureka的微服务注册中心
├── mall-config -- 基于Spring Cloud Config的微服务配置中心
├── mall-gateway -- 基于Spring Cloud Gateway的微服务API网关服务
├── mall-monitor -- 基于Spring Boot Admin的微服务监控中心