diff --git a/README.md b/README.md index b7c4ed3b..e3eaebf2 100644 --- a/README.md +++ b/README.md @@ -75,17 +75,17 @@ TODO 此处应有一个架构图的装逼 JPG 图。 ## 项目结构 -| 模块 | 名称 | 端口 | -| --- | --- | --- | -| `admin-web` | 【前端】管理后台 | HTTP 8080 | -| `mobile-web` | 【前端】商城 H5 | HTTP 8000 | -| `admin-application` | 管理员 HTTP 服务 | HTTP 18083 | -| `user-application` | 用户 HTTP 服务 | HTTP 18082 | -| `product-application` | 商品 HTTP 服务 | HTTP 18081 | -| `pay-application` | 支付 HTTP 服务 | HTTP 18084 | -| `promotion-application` | 促销 HTTP 服务 | HTTP 18085 | -| `search-application` | 搜索 HTTP 服务 | HTTP 18086 | -| `order-application` | 订单 HTTP 服务 | HTTP 18088 | +| 模块 | 名称 | 端口 | | +| --- | --- | --- | --- | +| `admin-web` | 【前端】管理后台 | HTTP 8080 | | +| `mobile-web` | 【前端】商城 H5 | HTTP 8000 | | +| `admin-application` | 管理员 HTTP 服务 | HTTP 18083 | [接口文档](http://api.shop.iocoder.cn:18099/admin-api/doc.html) | +| `user-application` | 用户 HTTP 服务 | HTTP 18082 | | +| `product-application` | 商品 HTTP 服务 | HTTP 18081 | | +| `pay-application` | 支付 HTTP 服务 | HTTP 18084 | | +| `promotion-application` | 促销 HTTP 服务 | HTTP 18085 | | +| `search-application` | 搜索 HTTP 服务 | HTTP 18086 | | +| `order-application` | 订单 HTTP 服务 | HTTP 18088 | | ------- diff --git a/system/system-application/src/main/resources/application-test.yaml b/system/system-application/src/main/resources/application-test.yaml index 92f9ae6b..96d1cacc 100644 --- a/system/system-application/src/main/resources/application-test.yaml +++ b/system/system-application/src/main/resources/application-test.yaml @@ -15,6 +15,7 @@ management: port: 19083 # 配置独立端口。而该端口,不使用 nginx 对外暴露,从而不配置安全认证。也就是说,内网环境可访问,外网环境不可访问。当然,这么做的前提是,认为内网安全。 swagger: + enable: true # 暂时不去掉 title: 管理员子系统 description: 管理员子系统 version: 1.0.0