Banner 的迁移

商品推荐的迁移
This commit is contained in:
YunaiV
2020-08-25 18:51:04 +08:00
parent f0999eac46
commit 709b85e453
25 changed files with 239 additions and 2121 deletions

View File

@@ -72,3 +72,8 @@ swagger:
description: 提供管理员管理的所有功能
version: 1.0.0
base-package: cn.iocoder.mall.managementweb.controller
# Actuator 监控配置项
management:
server.port: 38087 # 独立端口,避免被暴露出去
endpoints.web.exposure.include: '*' # 暴露所有监控端点