调整product服务项目结构,商品规格列表接口

This commit is contained in:
q2118cs
2020-05-06 17:04:38 +08:00
parent 9f3dc3c087
commit 4669e81645
139 changed files with 3915 additions and 111 deletions

View File

@@ -1,34 +1,9 @@
spring:
# Application 的配置项
application:
name: product-application
# Spring Cloud 配置项
cloud:
# Spring Cloud Sentinel 配置项
sentinel:
transport:
dashboard: s1.iocoder.cn:12088 # Sentinel Dashboard 服务地址
eager: true # 项目启动时,直接连接到 Sentinel
# server
server:
port: 18081
servlet:
context-path: /product-api/
# Profile 的配置项
profiles:
active: local
management:
endpoints:
web:
exposure:
include: health,info,env,metrics,prometheus
metrics:
enabled: true
swagger:
enable: true
title: 商品子系统
description: 商品子系统
version: 1.0.0
base-package: cn.iocoder.mall.product.application.controller