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

@@ -77,20 +77,13 @@
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
<!-- <exclusions>-->
<!-- <exclusion>-->
<!-- <artifactId>nacos-client</artifactId>-->
<!-- <groupId>com.alibaba.nacos</groupId>-->
<!-- </exclusion>-->
<!-- </exclusions>-->
</dependency>
<!-- TODO 芋艿 解决 1.3.1 beta 的问题 -->
<!-- <dependency>-->
<!-- <groupId>com.alibaba.nacos</groupId>-->
<!-- <artifactId>nacos-client</artifactId>-->
<!-- <version>1.3.1</version>-->
<!-- </dependency>-->
<!-- 监控相关 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<!-- 工具类相关 -->
<dependency>

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: '*' # 暴露所有监控端点